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...") |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[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]] | ||
+ | |||
+ | terrafrom plan | ||
+ | [[random_string]].suffix: Refreshing state... [id=7x929348] | ||
+ | |||
+ | |||
terraform plan | 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 == | |
+ | * <code>[[terraform apply]]</code> | ||
== See also == | == See also == |
Latest revision as of 11:13, 13 December 2022
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
terrafrom plan random_string.suffix: Refreshing state... [id=7x929348]
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[edit]
See also[edit]
Advertising: