Commit 33e2d6b5 authored by rajat.kulkarni's avatar rajat.kulkarni

Update samplerole.tf

parent 77dd835e
Pipeline #26505 failed with stage
in 2 minutes and 12 seconds
......@@ -19,7 +19,7 @@ resource "aws_iam_role_policy" "policy_ec2"{
}
resource "aws_iam_role" "role_ec2" {
name = role_ec2
name = "role_ec2"
assume_role_policy = jsonencode({
Version = "2012-10-17"
Statement = [{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment