Skip to content

Commit

Permalink
Update example.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav authored Jul 8, 2021
1 parent 1925f40 commit 795462e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/basic_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module "ec2" {
key_name = module.keypair.name

#IAM
instance_profile_enabled = false
instance_profile_enabled = true
iam_instance_profile = module.iam-role.name

#Root Volume
Expand Down

0 comments on commit 795462e

Please sign in to comment.