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_basic/state.json

21 lines
470 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": {
"triggers": null
}
}
]
}
}
}