Add more comments
Showing
1 changed file
with
5 additions
and
4 deletions
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 | ... | ... |
-
Please register or sign in to post a comment