Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Dec 27, 2019
1 parent 5101080 commit f8e03a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ This module has a few dependencies:
Here is an example of how you can use this module in your inventory structure:
```hcl
module "ec2" {
source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.3"
source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.4"
name = "ec2-instance"
application = "clouddrove"
environment = "test"
label_order = ["environment", "application", "name"] instance_count = 2
label_order = ["environment", "application", "name"]
instance_count = 2
ami = "ami-08d658f84a6d84a80"
instance_type = "t2.nano"
key_name = module.keypair.name
Expand Down
5 changes: 3 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ usage : |-
Here is an example of how you can use this module in your inventory structure:
```hcl
module "ec2" {
source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.3"
source = "git::https://github.com/clouddrove/terraform-aws-ec2.git?ref=tags/0.12.4"
name = "ec2-instance"
application = "clouddrove"
environment = "test"
label_order = ["environment", "application", "name"] instance_count = 2
label_order = ["environment", "application", "name"]
instance_count = 2
ami = "ami-08d658f84a6d84a80"
instance_type = "t2.nano"
key_name = module.keypair.name
Expand Down

0 comments on commit f8e03a5

Please sign in to comment.