mirror of
https://github.com/idanoo/fediservices.nz-infra
synced 2025-07-01 22:02:15 +00:00
Formatting
This commit is contained in:
parent
2d32a3c4bb
commit
6d36a3aa71
4 changed files with 37 additions and 37 deletions
6
iam.tf
6
iam.tf
|
@ -25,10 +25,10 @@ resource "aws_iam_instance_profile" "profile" {
|
|||
}
|
||||
|
||||
resource "aws_iam_role_policy" "policy" {
|
||||
name = aws_iam_role.role.name
|
||||
role = aws_iam_role.role.id
|
||||
name = aws_iam_role.role.name
|
||||
role = aws_iam_role.role.id
|
||||
|
||||
policy = <<EOF
|
||||
policy = <<EOF
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue