Skip to content
Snippets Groups Projects
Commit 92365ea7 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

README: fixes. Crypt: added OpenStack/outputs

parent c8f35b43
No related branches found
No related tags found
No related merge requests found
AWS/main.tf.advnc filter=git-crypt diff=git-crypt AWS/main.tf.advnc filter=git-crypt diff=git-crypt
OpenStack/main.tf.advnc filter=git-crypt diff=git-crypt OpenStack/main.tf.advnc filter=git-crypt diff=git-crypt
OpenStack/outputs.tf filter=git-crypt diff=git-crypt
## Lab: Cloud provisioning/orchestration - Terraform and AWS # Lab: Cloud provisioning/orchestration - Terraform and AWS
Lab with Terraform and any Cloud Lab with Terraform and any Cloud
...@@ -297,12 +297,10 @@ From the above commands' output we see that ...@@ -297,12 +297,10 @@ From the above commands' output we see that
* no changes are applied, and * no changes are applied, and
* huh?... the resource is still stopped. * huh?... the resource is still stopped.
Concerning the last point above, think about the basic objectives of TF: as a :bulb: Concerning the last point above, there is acutally no way with TF to
provisioning tool it is concerned with the *existence* of a resource, not with specify an AWS instances's desired *runtime* state ([a bug is
its *runtime* state. This latter is the business of configuration management filed](https://github.com/hashicorp/terraform-provider-aws/issues/22)). Of
tools. :bulb: There is no way with TF to specify a resource's desired runtime course, this issue can be solved with a configuration management tool.
state.
### Task #4: change your infrastructure ### ### Task #4: change your infrastructure ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment