Skip to content

Commit

Permalink
Update Encrypted Terraform State.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2023
1 parent c4011bf commit 5872bc3
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions terraform.tfstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": 4,
"terraform_version": "1.5.7",
"serial": 1,
"lineage": "9bb24256-afc6-ed2a-430b-1037ee4c26a5",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "random_id",
"name": "random",
"provider": "provider[\"registry.terraform.io/hashicorp/random\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"b64_std": "5CMFPc4pNfo=",
"b64_url": "5CMFPc4pNfo",
"byte_length": 8,
"dec": "16438988827842393594",
"hex": "e423053dce2935fa",
"id": "5CMFPc4pNfo",
"keepers": {
"random_id": "6127669283"
},
"prefix": null
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
],
"check_results": null
}

0 comments on commit 5872bc3

Please sign in to comment.