mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #8981 from hashicorp/doc-default-security-group-vpc-id
provider/aws: Change vpc_id to id in documentation
This commit is contained in:
commit
c5ce3733ab
@ -41,7 +41,7 @@ resource "aws_vpc" "mainvpc" {
|
||||
}
|
||||
|
||||
resource "aws_default_security_group" "default" {
|
||||
vpc_id = "${aws_vpc.mainvpc.vpc_id}"
|
||||
vpc_id = "${aws_vpc.mainvpc.id}"
|
||||
|
||||
ingress {
|
||||
protocol = -1
|
||||
|
Loading…
Reference in New Issue
Block a user