File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ This module has a few dependencies:
7272Here is an example of how you can use this module in your inventory structure:
7373``` hcl
7474 module "ec2" {
75- source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.4 "
75+ source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.5 "
7676 name = "ec2-instance"
7777 application = "clouddrove"
7878 environment = "test"
@@ -94,7 +94,6 @@ Here is an example of how you can use this module in your inventory structure:
9494 ebs_volume_enabled = true
9595 ebs_volume_type = "gp2"
9696 ebs_volume_size = 30
97- user_data = "./_bin/user_data.sh"
9897 instance_tags = { "snapshot" = true }
9998 dns_zone_id = "Z1XJD7SSBKXLC1"
10099 hostname = "ec2"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ usage : |-
3636 Here is an example of how you can use this module in your inventory structure:
3737 ```hcl
3838 module "ec2" {
39- source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.4 "
39+ source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.5 "
4040 name = "ec2-instance"
4141 application = "clouddrove"
4242 environment = "test"
@@ -58,7 +58,6 @@ usage : |-
5858 ebs_volume_enabled = true
5959 ebs_volume_type = "gp2"
6060 ebs_volume_size = 30
61- user_data = "./_bin/user_data.sh"
6261 instance_tags = { "snapshot" = true }
6362 dns_zone_id = "Z1XJD7SSBKXLC1"
6463 hostname = "ec2"
You can’t perform that action at this time.
0 commit comments