delete comma from single entry list
This commit is contained in:
parent
d1ac8b71d4
commit
d81335a55e
|
@ -61,7 +61,7 @@ resource "aws_instance" "example" {
|
|||
# dependency on the aws_iam_role_policy that Terraform cannot
|
||||
# automatically infer, so it must be declared explicitly:
|
||||
depends_on = [
|
||||
aws_iam_role_policy.example,
|
||||
aws_iam_role_policy.example
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue