teardown
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
829edfaa5f
commit
e5e724a2f8
|
@ -1,59 +1,8 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "1.0.4",
|
"terraform_version": "1.0.4",
|
||||||
"serial": 1,
|
"serial": 3,
|
||||||
"lineage": "f70bcdee-6de7-dd3f-6e7f-749ded4ad6b1",
|
"lineage": "f70bcdee-6de7-dd3f-6e7f-749ded4ad6b1",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": []
|
||||||
{
|
|
||||||
"mode": "managed",
|
|
||||||
"type": "aws_s3_bucket",
|
|
||||||
"name": "bucket",
|
|
||||||
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
|
|
||||||
"instances": [
|
|
||||||
{
|
|
||||||
"schema_version": 0,
|
|
||||||
"attributes": {
|
|
||||||
"acceleration_status": "",
|
|
||||||
"acl": "private",
|
|
||||||
"arn": "arn:aws:s3:::xeserv-tf-state-paranoid",
|
|
||||||
"bucket": "xeserv-tf-state-paranoid",
|
|
||||||
"bucket_domain_name": "xeserv-tf-state-paranoid.s3.amazonaws.com",
|
|
||||||
"bucket_prefix": null,
|
|
||||||
"bucket_regional_domain_name": "xeserv-tf-state-paranoid.s3.amazonaws.com",
|
|
||||||
"cors_rule": [],
|
|
||||||
"force_destroy": false,
|
|
||||||
"grant": [],
|
|
||||||
"hosted_zone_id": "Z3AQBSTGFYJSTF",
|
|
||||||
"id": "xeserv-tf-state-paranoid",
|
|
||||||
"lifecycle_rule": [],
|
|
||||||
"logging": [],
|
|
||||||
"object_lock_configuration": [],
|
|
||||||
"policy": null,
|
|
||||||
"region": "us-east-1",
|
|
||||||
"replication_configuration": [],
|
|
||||||
"request_payer": "BucketOwner",
|
|
||||||
"server_side_encryption_configuration": [],
|
|
||||||
"tags": {
|
|
||||||
"Name": "Terraform State"
|
|
||||||
},
|
|
||||||
"tags_all": {
|
|
||||||
"Name": "Terraform State"
|
|
||||||
},
|
|
||||||
"versioning": [
|
|
||||||
{
|
|
||||||
"enabled": false,
|
|
||||||
"mfa_delete": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"website": [],
|
|
||||||
"website_domain": null,
|
|
||||||
"website_endpoint": null
|
|
||||||
},
|
|
||||||
"sensitive_attributes": [],
|
|
||||||
"private": "bnVsbA=="
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue