Skip to content

Commit

Permalink
fixed ebs volume
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed Jul 8, 2021
1 parent 795462e commit bda3099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ usage: |-
}
```
### Secure Example
### ebs_mount
```hcl
module "ec2" {
source = "clouddrove/ec2/aws"
Expand Down
2 changes: 1 addition & 1 deletion _example/ebs_mount/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module "ec2" {
associate_public_ip_address = true

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

#Root Volume
Expand Down

0 comments on commit bda3099

Please sign in to comment.