Difference between revisions of "Examples: terraform plan"
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=i-09...") |
|||
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. | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[terraform apply]]</code> | ||
== See also == | == See also == |
Revision as of 15:36, 19 October 2021
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.
Related
See also
Advertising: