Fix spacing so it looks like valid terraform
This commit is contained in:
parent
a307c53808
commit
98bbf12f2d
1 changed files with 5 additions and 5 deletions
|
@ -3,15 +3,15 @@ resource "aws_iam_user" "terraform" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_s3_bucket" "tfstate" {
|
resource "aws_s3_bucket" "tfstate" {
|
||||||
bucket = "0rng-terraform"
|
bucket = "0rng-terraform"
|
||||||
acl = "private"
|
acl = "private"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_iam_user_policy" "terraform" {
|
resource "aws_iam_user_policy" "terraform" {
|
||||||
name = "terraform"
|
name = "terraform"
|
||||||
user = aws_iam_user.terraform.name
|
user = aws_iam_user.terraform.name
|
||||||
|
|
||||||
policy = <<EOF
|
policy = <<EOF
|
||||||
{
|
{
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
|
|
Loading…
Reference in a new issue