Difference between revisions of "No changes. Your infrastructure matches the configuration."

From wikieduonline
Jump to navigation Jump to search
(Created page with " terraform plan module.YourModule.aws_instance.this[0]: Refreshing state... [id=i-055e490b85bf10461] module.YourModule.aws_instance.this[1]: Refreshing state... [id=...")
 
Tags: Mobile web edit, Mobile edit
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
   
 
   
 
  Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
 
  Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
 +
 +
 +
 +
 +
 +
No changes. Your infrastructure matches the configuration.
 +
 +
Your configuration already matches the changes detected above. If you'd like to update the Terraform state to match, create and apply a
 +
refresh-only plan:
 +
  [[terraform apply -refresh-only]]
 +
 +
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
 +
 +
== Related ==
 +
* <code>[[No state.]]</code>
 +
 +
== See also ==
 +
* {{terraform apply}}
 +
* {{terraform plan}}
 +
 +
[[Category:Terraform]]

Latest revision as of 07:18, 7 March 2023

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.



No changes. Your infrastructure matches the configuration.

Your configuration already matches the changes detected above. If you'd like to update the Terraform state to match, create and apply a
refresh-only plan:
  terraform apply -refresh-only 

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Related[edit]

See also[edit]

Advertising: