Skip to content

Commit

Permalink
enable-encrypted
Browse files Browse the repository at this point in the history
  • Loading branch information
yadavprakash committed May 15, 2021
1 parent add2490 commit dd40b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _example/basic_example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module "ec2" {
ami = "ami-08d658f84a6d84a80"
instance_type = "t2.nano"
monitoring = false
encrypted = false
tenancy = "default"
vpc_security_group_ids_list = [module.ssh.security_group_ids, module.http-https.security_group_ids]
subnet_ids = tolist(module.public_subnets.public_subnet_id)
Expand Down

0 comments on commit dd40b00

Please sign in to comment.