Skip to content

Commit

Permalink
Update terraform-variables.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjogsharma authored Nov 10, 2019
1 parent 9f32d60 commit 004e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-aws/terraform-variables.MD
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tags = {
```
In the instance.tf file, we've speciifed the ami name, instance type. However, instead of hard coding the instance count we are using the value from the variable declared in the variable.tf file.

#### Note: we've tagges all instances as Terraform_demo, we can iteratively name them using loops.
#### Note: we've tagged all instances as Terraform_demo, we can iteratively name them using loops.

### provider.tf
```HCL
Expand Down

0 comments on commit 004e6ef

Please sign in to comment.