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

28 lines
611 B

{
"version": 4,
"terraform_version": "1.3.0",
"serial": 2,
"lineage": "bc759d94-5aca-e092-1b90-cb90e6227c62",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "null_resource",
"name": "null_resource",
"provider": "provider[\"registry.terraform.io/hashicorp/null\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "7115293105928418144",
"triggers": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
],
"check_results": []
}