You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/testing/equivalence-tests/outputs/null_provider_update/state.json

22 lines
511 B

{
"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
}
}
]
}
}
}