Skip to content

Commit

Permalink
Merge pull request #30 from albalitz/patch-1
Browse files Browse the repository at this point in the history
Fix VPC peering connection example vpc_id
  • Loading branch information
rikonen authored Oct 12, 2018
2 parents 307329c + 886c600 commit dc7fc56
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 dc7fc56

Please sign in to comment.