mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-24 07:02:21 -04:00
* Introduce a snapshot check for equivalence tests * New snapshots * Allow overriding plan timestamp for snapshots * Allow setting the seed externally (as an env var) for testing purposes * Remove an equivalence test that depends on a random number
63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"configuration": {
|
|
"provider_config": {
|
|
"null": {
|
|
"full_name": "registry.terraform.io/hashicorp/null",
|
|
"name": "null",
|
|
"version_constraint": "3.1.1"
|
|
}
|
|
},
|
|
"root_module": {}
|
|
},
|
|
"errored": false,
|
|
"format_version": "1.2",
|
|
"planned_values": {
|
|
"root_module": {}
|
|
},
|
|
"prior_state": {
|
|
"format_version": "1.0",
|
|
"values": {
|
|
"root_module": {
|
|
"resources": [
|
|
{
|
|
"address": "null_resource.null_resource",
|
|
"mode": "managed",
|
|
"name": "null_resource",
|
|
"provider_name": "registry.terraform.io/hashicorp/null",
|
|
"schema_version": 0,
|
|
"sensitive_values": {},
|
|
"type": "null_resource",
|
|
"values": {
|
|
"id": "7115293105928418144",
|
|
"triggers": null
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"resource_changes": [
|
|
{
|
|
"action_reason": "delete_because_no_resource_config",
|
|
"address": "null_resource.null_resource",
|
|
"change": {
|
|
"actions": [
|
|
"delete"
|
|
],
|
|
"after": null,
|
|
"after_sensitive": false,
|
|
"after_unknown": {},
|
|
"before": {
|
|
"id": "7115293105928418144",
|
|
"triggers": null
|
|
},
|
|
"before_sensitive": {}
|
|
},
|
|
"mode": "managed",
|
|
"name": "null_resource",
|
|
"provider_name": "registry.terraform.io/hashicorp/null",
|
|
"type": "null_resource"
|
|
}
|
|
],
|
|
"timestamp": "2023-08-24T12:33:30Z"
|
|
} |