Merge pull request #30485 from salob/patch-1
Removing unnecessary comma from a single entry list example.
This commit is contained in:
commit
3af6e82463
|
@ -67,7 +67,7 @@ resource "aws_instance" "example" {
|
||||||
# dependency on the aws_iam_role_policy that Terraform cannot
|
# dependency on the aws_iam_role_policy that Terraform cannot
|
||||||
# automatically infer, so it must be declared explicitly:
|
# automatically infer, so it must be declared explicitly:
|
||||||
depends_on = [
|
depends_on = [
|
||||||
aws_iam_role_policy.example,
|
aws_iam_role_policy.example
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
Loading…
Reference in New Issue