mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
37b88b33ce
* 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.
65 lines
1.5 KiB
JSON
65 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": {
|
|
"resources": [
|
|
{
|
|
"address": "null_resource.null_resource",
|
|
"mode": "managed",
|
|
"name": "null_resource",
|
|
"provider_config_key": "null",
|
|
"schema_version": 0,
|
|
"type": "null_resource"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"format_version": "1.1",
|
|
"planned_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": {
|
|
"triggers": null
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"resource_changes": [
|
|
{
|
|
"address": "null_resource.null_resource",
|
|
"change": {
|
|
"actions": [
|
|
"create"
|
|
],
|
|
"after": {
|
|
"triggers": null
|
|
},
|
|
"after_sensitive": {},
|
|
"after_unknown": {
|
|
"id": true
|
|
},
|
|
"before": null,
|
|
"before_sensitive": false
|
|
},
|
|
"mode": "managed",
|
|
"name": "null_resource",
|
|
"provider_name": "registry.terraform.io/hashicorp/null",
|
|
"type": "null_resource"
|
|
}
|
|
]
|
|
} |