mirror of https://github.com/hashicorp/terraform
Update equivalence test golden files. (#36060)
Co-authored-by: hc-github-team-tf-core <github-team-tf-core@hashicorp.com>pull/35843/head
parent
3e2878f148
commit
3065fdb14d
@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"@level": "info",
|
||||
"@message": "Apply complete! Resources: 0 added, 0 changed, 0 destroyed.",
|
||||
"@module": "terraform.ui",
|
||||
"changes": {
|
||||
"add": 0,
|
||||
"change": 0,
|
||||
"import": 0,
|
||||
"operation": "apply",
|
||||
"remove": 0
|
||||
},
|
||||
"type": "change_summary"
|
||||
},
|
||||
{
|
||||
"@level": "info",
|
||||
"@message": "Outputs: 0",
|
||||
"@module": "terraform.ui",
|
||||
"outputs": {},
|
||||
"type": "outputs"
|
||||
}
|
||||
]
|
||||
@ -0,0 +1,6 @@
|
||||
null_resource.null_resource: Refreshing state... [id=3637779521417605172]
|
||||
|
||||
No changes. Your infrastructure matches the configuration.
|
||||
|
||||
Terraform has compared your real infrastructure against your configuration
|
||||
and found no differences, so no changes are needed.
|
||||
@ -0,0 +1,93 @@
|
||||
{
|
||||
"applyable": false,
|
||||
"complete": true,
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"errored": false,
|
||||
"format_version": "1.2",
|
||||
"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": {
|
||||
"id": "3637779521417605172",
|
||||
"triggers": null
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"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": "3637779521417605172",
|
||||
"triggers": null
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"resource_changes": [
|
||||
{
|
||||
"address": "null_resource.null_resource",
|
||||
"change": {
|
||||
"actions": [
|
||||
"no-op"
|
||||
],
|
||||
"after": {
|
||||
"id": "3637779521417605172",
|
||||
"triggers": null
|
||||
},
|
||||
"after_sensitive": {},
|
||||
"after_unknown": {},
|
||||
"before": {
|
||||
"id": "3637779521417605172",
|
||||
"triggers": null
|
||||
},
|
||||
"before_sensitive": {}
|
||||
},
|
||||
"mode": "managed",
|
||||
"name": "null_resource",
|
||||
"provider_name": "registry.terraform.io/hashicorp/null",
|
||||
"type": "null_resource"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,4 @@
|
||||
# null_resource.null_resource:
|
||||
resource "null_resource" "null_resource" {
|
||||
id = "3637779521417605172"
|
||||
}
|
||||
@ -0,0 +1,22 @@
|
||||
{
|
||||
"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": "3637779521417605172",
|
||||
"triggers": null
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue