Commit 64b13ab7 authored by rajat.kulkarni's avatar rajat.kulkarni

Update samplerole.tf

parent 8b3c72b3
Pipeline #26612 failed with stage
in 4 seconds
resource "aws_iam_role_policy" "policy_ec2"{ resource "aws_iam_role_policy" "policy_name"{
name = "policy_ec2" name = "policy_name"
role = aws_iam_role.role_ec2.id role = aws_iam_role.role_ec2.id
policy = jsonencode({ policy = jsonencode({
Version = "2012-10-17" Version = "2012-10-17"
......
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