File tree Expand file tree Collapse file tree
examples/resources/couchbase-capella_network_peer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ resource "couchbase-capella_network_peer" "new_network_peer" {
5757 name = "VPCPeerTFTestAzure"
5858 provider_type = "azure"
5959 provider_config = {
60- aws_config = {
60+ azure_config = {
6161 cidr = "10.6.0.0/16"
6262 resource_group = "test-rg"
6363 subscription_id = "ffffffff-aaaa-1414-eeee-00000000000"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ resource "couchbase-capella_network_peer" "new_network_peer" {
2424 name = " VPCPeerTFTestGCP"
2525 provider_type = " gcp"
2626 provider_config = {
27- aws_config = {
27+ gcp_config = {
2828 cidr = " 10.0.4.0/23"
2929 network_name = " cc-ffffffff-aaaa-1414-eeee-000000000000"
3030 project_id = " test-project-id"
@@ -42,7 +42,7 @@ resource "couchbase-capella_network_peer" "new_network_peer" {
4242 name = " VPCPeerTFTestAzure"
4343 provider_type = " azure"
4444 provider_config = {
45- aws_config = {
45+ azure_config = {
4646 cidr = " 10.6.0.0/16"
4747 resource_group = " test-rg"
4848 subscription_id = " ffffffff-aaaa-1414-eeee-00000000000"
You can’t perform that action at this time.
0 commit comments