dc67c9e9 by Volodymyr Tsap

Add more comments

1 parent 2a41139a
1 # Sample2. Creating ubuntu instance using set of files 1 # Sample2. Creating ubuntu instance using set of files
2 2
3 AMI selection moved to separate ami.tf 3 1. AMI selection moved to separate ami.tf
4 Instance settings parametized by terraform variables 4 2. Instance settings parametized by terraform variables
5 Created variable files: terraform.tfvars, variables.tf 5 3. Created variable files: terraform.tfvars, variables.tf
6 6 4. Example for list element selection in *vpc_security_group_ids*
7 5. Example for map element lookup in *instance_type*
7 8
8 ``` 9 ```
9 # setup your AMS access parameters in ~/.aws 10 # setup your AMS access parameters in ~/.aws
......