Skip to content

Commit 795462e

Browse files
author
Sohan Yadav
authored
Update example.tf
1 parent 1925f40 commit 795462e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_example/basic_example/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ module "ec2" {
156156
key_name = module.keypair.name
157157

158158
#IAM
159-
instance_profile_enabled = false
159+
instance_profile_enabled = true
160160
iam_instance_profile = module.iam-role.name
161161

162162
#Root Volume

0 commit comments

Comments
 (0)