opentofu/testing/equivalence-tests/outputs/nested_objects_update/apply.json
Liam Cervante 37b88b33ce
Rollout equivalence testing during Terraform releases and builds (#31928)
* add some basic equivalence tests and execute them in the build pipeline

* remove old file, now unused

* update terraform-equivalence-testing to v0.2.0

* add separate action

* make sure to read from hashicorp repo

* remove elevated github token where possible

* Don't need elevated token anymore

* update with official mock provider

* last change: don't need the authorization header for public repositories.
2022-11-24 14:00:08 +01:00

80 lines
2.3 KiB
JSON

[
{
"@level": "info",
"@message": "tfcoremock_nested_object.nested_object: Plan to update",
"@module": "terraform.ui",
"change": {
"action": "update",
"resource": {
"addr": "tfcoremock_nested_object.nested_object",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_nested_object.nested_object",
"resource_key": null,
"resource_name": "nested_object",
"resource_type": "tfcoremock_nested_object"
}
},
"type": "planned_change"
},
{
"@level": "info",
"@message": "tfcoremock_nested_object.nested_object: Modifying... [id=B2491EF0-9361-40FD-B25A-0332A1A5E052]",
"@module": "terraform.ui",
"hook": {
"action": "update",
"id_key": "id",
"id_value": "B2491EF0-9361-40FD-B25A-0332A1A5E052",
"resource": {
"addr": "tfcoremock_nested_object.nested_object",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_nested_object.nested_object",
"resource_key": null,
"resource_name": "nested_object",
"resource_type": "tfcoremock_nested_object"
}
},
"type": "apply_start"
},
{
"@level": "info",
"@message": "tfcoremock_nested_object.nested_object: Modifications complete after 0s [id=B2491EF0-9361-40FD-B25A-0332A1A5E052]",
"@module": "terraform.ui",
"hook": {
"action": "update",
"elapsed_seconds": 0,
"id_key": "id",
"id_value": "B2491EF0-9361-40FD-B25A-0332A1A5E052",
"resource": {
"addr": "tfcoremock_nested_object.nested_object",
"implied_provider": "tfcoremock",
"module": "",
"resource": "tfcoremock_nested_object.nested_object",
"resource_key": null,
"resource_name": "nested_object",
"resource_type": "tfcoremock_nested_object"
}
},
"type": "apply_complete"
},
{
"@level": "info",
"@message": "Apply complete! Resources: 0 added, 1 changed, 0 destroyed.",
"@module": "terraform.ui",
"changes": {
"add": 0,
"change": 1,
"operation": "apply",
"remove": 0
},
"type": "change_summary"
},
{
"@level": "info",
"@message": "Outputs: 0",
"@module": "terraform.ui",
"outputs": {},
"type": "outputs"
}
]