Skip to content

Commit 2023fec

Browse files
committed
Add .env and run_all_terraform_examples.sh files; update Makefile and README.md; modify multiple Terraform data source files
1 parent 8479837 commit 2023fec

File tree

190 files changed

+306
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+306
-189
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
set -x CATALYST_BASE_URL https://localhost:3004
2+
set -x CATALYST_USERNAME netadmin
3+
set -x CATALYST_PASSWORD TMEadm!n123
4+
set -x CATALYST_VERSION 2.3.7.9
5+
set -x CATALYST_SSL_VERIFY false
6+
set -x CATALYST_DEBUG true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=hashicorp.com
33
NAMESPACE=edu
44
NAME=catalystcenter
55
BINARY=terraform-provider-${NAME}
6-
VERSION=1.1.1-beta
6+
VERSION=1.2.0-beta
77
OS_ARCH=darwin_arm64
88
# Change to OS_ARCH=darwin_arm64 or your current architecture
99
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)

README.md

Lines changed: 2 additions & 2 deletions

examples/samples/data-sources/catalystcenter_app_policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
catalystcenter = {
4-
version = "1.1.1-beta"
4+
version = "1.2.0-beta"
55
source = "hashicorp.com/edu/catalystcenter"
66
# "hashicorp.com/edu/catalystcenter" is the local built source, change to "cisco-en-programmability/catalystcenter" to use downloaded version from registry
77
}

examples/samples/data-sources/catalystcenter_app_policy_default/data-source.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
catalystcenter = {
4-
version = "1.1.1-beta"
4+
version = "1.2.0-beta"
55
source = "hashicorp.com/edu/catalystcenter"
66
# "hashicorp.com/edu/catalystcenter" is the local built source, change to "cisco-en-programmability/catalystcenter" to use downloaded version from registry
77
}

examples/samples/data-sources/catalystcenter_app_policy_queuing_profile/data-source.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
catalystcenter = {
4-
version = "1.1.1-beta"
4+
version = "1.2.0-beta"
55
source = "hashicorp.com/edu/catalystcenter"
66
# "hashicorp.com/edu/catalystcenter" is the local built source, change to "cisco-en-programmability/catalystcenter" to use downloaded version from registry
77
}

examples/samples/data-sources/catalystcenter_app_policy_queuing_profile_count/data-source.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
catalystcenter = {
4-
version = "1.1.1-beta"
4+
version = "1.2.0-beta"
55
source = "hashicorp.com/edu/catalystcenter"
66
# "hashicorp.com/edu/catalystcenter" is the local built source, change to "cisco-en-programmability/catalystcenter" to use downloaded version from registry
77
}

examples/samples/data-sources/catalystcenter_application_policy_application_set/data-source.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
catalystcenter = {
4-
version = "1.1.1-beta"
4+
version = "1.2.0-beta"
55
source = "hashicorp.com/edu/catalystcenter"
66
# "hashicorp.com/edu/catalystcenter" is the local built source, change to "cisco-en-programmability/catalystcenter" to use downloaded version from registry
77
}

examples/samples/data-sources/catalystcenter_application_sets/data-source.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
catalystcenter = {
4-
version = "1.1.1-beta"
4+
version = "1.2.0-beta"
55
source = "hashicorp.com/edu/catalystcenter"
66
# "hashicorp.com/edu/catalystcenter" is the local built source, change to "cisco-en-programmability/catalystcenter" to use downloaded version from registry
77
}

examples/samples/data-sources/catalystcenter_applications/data-source.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
catalystcenter = {
4-
version = "1.1.1-beta"
4+
version = "1.2.0-beta"
55
source = "hashicorp.com/edu/catalystcenter"
66
# "hashicorp.com/edu/catalystcenter" is the local built source, change to "cisco-en-programmability/catalystcenter" to use downloaded version from registry
77
}

0 commit comments

Comments
 (0)