mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 20:30:28 -06:00
commit
a2de5ba73b
@ -51,7 +51,7 @@ infrastructure to be decoupled from its overall architecture. This enables
|
|||||||
details to be changed without updating the Terraform configuration.
|
details to be changed without updating the Terraform configuration.
|
||||||
|
|
||||||
Outputs from Terraform can also be easily stored in Consul. One powerful
|
Outputs from Terraform can also be easily stored in Consul. One powerful
|
||||||
features this enables is using Consul for inventory management. If an
|
feature this enables is using Consul for inventory management. If an
|
||||||
application relies on ELB for routing, Terraform can update the application's
|
application relies on ELB for routing, Terraform can update the application's
|
||||||
configuration directly by setting the ELB address into Consul. Any resource
|
configuration directly by setting the ELB address into Consul. Any resource
|
||||||
attribute can be stored in Consul, allowing an operator to capture anything
|
attribute can be stored in Consul, allowing an operator to capture anything
|
||||||
|
@ -56,7 +56,7 @@ the AWS provider with the given variables.
|
|||||||
There are three ways to assign variables.
|
There are three ways to assign variables.
|
||||||
|
|
||||||
First, if you execute `terraform plan` or apply without doing
|
First, if you execute `terraform plan` or apply without doing
|
||||||
anythiing, Terraform will ask you to input the variables interactively.
|
anything, Terraform will ask you to input the variables interactively.
|
||||||
These variables are not saved, but provides a nice user experience for
|
These variables are not saved, but provides a nice user experience for
|
||||||
getting started with Terraform.
|
getting started with Terraform.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user