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/tests/null_provider_update/terraform.tfstate

28 lines
614 B

{
"version": 4,
"terraform_version": "1.10.0",
"serial": 1,
"lineage": "afca9e36-5040-2a11-9225-a64c8caa4605",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "null_resource",
"name": "null_resource",
"provider": "provider[\"registry.terraform.io/hashicorp/null\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "3637779521417605172",
"triggers": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
],
"check_results": null
}