Skip to content
Snippets Groups Projects
Commit d4e26517 authored by Edouard DE BRYE's avatar Edouard DE BRYE
Browse files

tf fmt

parent 596d082c
No related branches found
No related tags found
No related merge requests found
......@@ -60,10 +60,10 @@ resource "aws_iam_role_policy_attachment" "lambda_apigw" {
policy_arn = aws_iam_policy.apigw_read_only.arn
}
resource "aws_iam_policy" "apigw_read_only"{
name = "ApiGatewayReadOnly"
path = "/"
description = "Read only for describing APIGateway services"
resource "aws_iam_policy" "apigw_read_only" {
name = "ApiGatewayReadOnly"
path = "/"
description = "Read only for describing APIGateway services"
# Terraform's "jsonencode" function converts a
# Terraform expression result to valid JSON syntax.
policy = jsonencode({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment