Skip to content

Commit

Permalink
Fix VPC peering connection example vpc_id
Browse files Browse the repository at this point in the history
  • Loading branch information
albalitz authored Oct 12, 2018
1 parent 307329c commit 886c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ is not directly visible in the Aiven web console.

```
resource "aiven_vpc_peering_connection" "mypeeringconnection" {
vpc_id = "${aiven_project.myproject.myvpc.id}"
vpc_id = "${aiven_project_vpc.myvpc.id}"
peer_cloud_account = "<PEER_ACCOUNT_ID>"
peer_vpc = "<PEER_VPC_ID/NAME>"
}
Expand Down

0 comments on commit 886c600

Please sign in to comment.