b5a5a554 by Volodymyr Tsap

Readme change

1 parent dc67c9e9
1 # Sample1. Creating ubuntu instance using one file 1 # Sample1. Creating ubuntu instance using one file
2 2
3 Terraform would produce the state file terraform.tfstate
4
3 ``` 5 ```
4 # setup your AMS access parameters in ~/.aws 6 # setup your AMS access parameters in ~/.aws
5 7
...@@ -9,4 +11,3 @@ terraform init ...@@ -9,4 +11,3 @@ terraform init
9 terraform apply 11 terraform apply
10 ``` 12 ```
11 13
12 # Terraform would produce the state file terraform.tfstate
......