Skip to content

Commit 333a4ca

Browse files
authored
[AV-131975] Update provider configuration in network peer documentation for Azure and GCP (#613)
1 parent 0e6d72d commit 333a4ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/resources/network_peer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

examples/resources/couchbase-capella_network_peer/resource.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)