Examples: terraform plan

From wikieduonline
Revision as of 02:53, 2 February 2022 by Welcome (talk | contribs)
Jump to navigation Jump to search
terraform plan
module.YourModule.aws_instance.this[0]: Refreshing state... [id=i-055e490b85bf10461]
module.YourModule.aws_instance.this[1]: Refreshing state... [id=i-09dafd652b3858e40]

No changes. Your infrastructure matches the configuration. 

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
Terraform plan after changing cluster_version


terraform plan
provider.aws.region
  The region where AWS operations will take place. Examples
  are us-east-1, us-west-2, etc. 
  Enter a value:

Related

See also

Advertising: