mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
50 lines
2.1 KiB
Plaintext
50 lines
2.1 KiB
Plaintext
tfcoremock_simple_resource.base: Refreshing state... [id=f6f74ca6-e8ef-e51f-522c-433b9ed5038f]
|
|
tfcoremock_simple_resource.dependent: Refreshing state... [id=1b17b502-96c9-fcc3-3b09-2af1c3de6ad8]
|
|
|
|
Note: Objects have changed outside of Terraform
|
|
|
|
Terraform detected the following changes made outside of Terraform since the
|
|
last "terraform apply" which may have affected this plan:
|
|
|
|
# tfcoremock_simple_resource.base has changed
|
|
~ resource "tfcoremock_simple_resource" "base" {
|
|
id = "f6f74ca6-e8ef-e51f-522c-433b9ed5038f"
|
|
~ string = "Hello, world!" -> "Hello, drift!"
|
|
# (1 unchanged attribute hidden)
|
|
}
|
|
|
|
|
|
Unless you have made equivalent changes to your configuration, or ignored the
|
|
relevant attributes using ignore_changes, the following plan may include
|
|
actions to undo or respond to these changes.
|
|
|
|
─────────────────────────────────────────────────────────────────────────────
|
|
|
|
Terraform used the selected providers to generate the following execution
|
|
plan. Resource actions are indicated with the following symbols:
|
|
~ update in-place
|
|
|
|
Terraform will perform the following actions:
|
|
|
|
# tfcoremock_simple_resource.base will be updated in-place
|
|
~ resource "tfcoremock_simple_resource" "base" {
|
|
id = "f6f74ca6-e8ef-e51f-522c-433b9ed5038f"
|
|
~ number = 1 -> 0
|
|
~ string = "Hello, drift!" -> "Hello, change!"
|
|
}
|
|
|
|
# tfcoremock_simple_resource.dependent will be updated in-place
|
|
~ resource "tfcoremock_simple_resource" "dependent" {
|
|
id = "1b17b502-96c9-fcc3-3b09-2af1c3de6ad8"
|
|
~ string = "Hello, world!" -> "Hello, change!"
|
|
}
|
|
|
|
Plan: 0 to add, 2 to change, 0 to destroy.
|
|
|
|
─────────────────────────────────────────────────────────────────────────────
|
|
|
|
Saved the plan to: equivalence_test_plan
|
|
|
|
To perform exactly these actions, run the following command to apply:
|
|
terraform apply "equivalence_test_plan"
|