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/internal/command/testdata/init-provider-download/config-and-state-same-provi.../state-using-random-provider...

28 lines
798 B

{
"version": 4,
"terraform_version": "1.14.0",
"serial": 1,
"lineage": "foobar",
"resources": [
{
"mode": "managed",
"type": "random_pet",
"name": "maurice",
"provider": "provider[\"registry.terraform.io/hashicorp/random\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "sassy-ferret",
"keepers": null,
"length": 2,
"prefix": null,
"separator": "-"
},
"sensitive_attributes": [],
"identity_schema_version": 0
}
]
}
]
}