From e5e724a2f80942788c033b6e26146b6ac1d283ef Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 11 Aug 2021 16:28:46 -0400 Subject: [PATCH] teardown Signed-off-by: Christine Dodrill --- terraform/bootstrap/terraform.tfstate | 55 +-------------------------- 1 file changed, 2 insertions(+), 53 deletions(-) diff --git a/terraform/bootstrap/terraform.tfstate b/terraform/bootstrap/terraform.tfstate index 837b562..a6c2a62 100644 --- a/terraform/bootstrap/terraform.tfstate +++ b/terraform/bootstrap/terraform.tfstate @@ -1,59 +1,8 @@ { "version": 4, "terraform_version": "1.0.4", - "serial": 1, + "serial": 3, "lineage": "f70bcdee-6de7-dd3f-6e7f-749ded4ad6b1", "outputs": {}, - "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==" - } - ] - } - ] + "resources": [] }