Remove extra spaces

This commit is contained in:
Laura Pacilio 2022-02-07 18:16:16 -05:00
parent 879edcae72
commit 7eee8c674e
1 changed files with 1 additions and 5 deletions

View File

@ -70,8 +70,4 @@ resource "aws_instance" "example" {
aws_iam_role_policy.example,
]
}
```
```