mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
* 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.
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
[
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_nested_list.nested_list: Plan to update",
|
|
"@module": "terraform.ui",
|
|
"change": {
|
|
"action": "update",
|
|
"resource": {
|
|
"addr": "tfcoremock_nested_list.nested_list",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_nested_list.nested_list",
|
|
"resource_key": null,
|
|
"resource_name": "nested_list",
|
|
"resource_type": "tfcoremock_nested_list"
|
|
}
|
|
},
|
|
"type": "planned_change"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_nested_list.nested_list: Modifying... [id=DA051126-BAD6-4EB2-92E5-F0250DAF0B92]",
|
|
"@module": "terraform.ui",
|
|
"hook": {
|
|
"action": "update",
|
|
"id_key": "id",
|
|
"id_value": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92",
|
|
"resource": {
|
|
"addr": "tfcoremock_nested_list.nested_list",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_nested_list.nested_list",
|
|
"resource_key": null,
|
|
"resource_name": "nested_list",
|
|
"resource_type": "tfcoremock_nested_list"
|
|
}
|
|
},
|
|
"type": "apply_start"
|
|
},
|
|
{
|
|
"@level": "info",
|
|
"@message": "tfcoremock_nested_list.nested_list: Modifications complete after 0s [id=DA051126-BAD6-4EB2-92E5-F0250DAF0B92]",
|
|
"@module": "terraform.ui",
|
|
"hook": {
|
|
"action": "update",
|
|
"elapsed_seconds": 0,
|
|
"id_key": "id",
|
|
"id_value": "DA051126-BAD6-4EB2-92E5-F0250DAF0B92",
|
|
"resource": {
|
|
"addr": "tfcoremock_nested_list.nested_list",
|
|
"implied_provider": "tfcoremock",
|
|
"module": "",
|
|
"resource": "tfcoremock_nested_list.nested_list",
|
|
"resource_key": null,
|
|
"resource_name": "nested_list",
|
|
"resource_type": "tfcoremock_nested_list"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
] |