Created
November 7, 2017 18:13
-
-
Save eefahy/a1885789dfda2a5220557b1cdf70ed2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 3, | |
"terraform_version": "0.10.3", | |
"serial": 3, | |
"lineage": "blah-blah", | |
"modules": [ | |
{ | |
"path": [ | |
"root" | |
], | |
"outputs": {}, | |
"resources": { | |
"aws_dynamodb_table.terraform_statelock": { | |
"type": "aws_dynamodb_table", | |
"depends_on": [], | |
"primary": { | |
"id": "table-name", | |
"attributes": { | |
"arn": "arn:aws:dynamodb:us-east-1:#######:table/table-name", | |
"attribute.#": "1", | |
"attribute.2068930648.name": "LockID", | |
"attribute.2068930648.type": "S", | |
"global_secondary_index.#": "0", | |
"hash_key": "LockID", | |
"id": "table-name", | |
"local_secondary_index.#": "0", | |
"name": "table-name", | |
"read_capacity": "20", | |
"tags.%": "2", | |
"tags.name": "dynamodb table for locking terraform state", | |
"tags.terraform": "true", | |
"write_capacity": "20" | |
}, | |
"meta": { | |
"schema_version": "1" | |
}, | |
"tainted": false | |
}, | |
"deposed": [], | |
"provider": "" | |
}, | |
"aws_s3_bucket.terraform_state": { | |
"type": "aws_s3_bucket", | |
"depends_on": [], | |
"primary": { | |
"id": "bucket_name", | |
"attributes": { | |
"acceleration_status": "", | |
"acl": "private", | |
"arn": "arn:aws:s3:::bucket_name", | |
"bucket": "bucket_name", | |
"bucket_domain_name": "bucket_name.s3.amazonaws.com", | |
"force_destroy": "false", | |
"hosted_zone_id": "########", | |
"id": "bucket_name", | |
"logging.#": "0", | |
"region": "us-east-1", | |
"request_payer": "BucketOwner", | |
"tags.%": "2", | |
"tags.name": "terraform state bucket", | |
"tags.terraform": "true", | |
"versioning.#": "1", | |
"versioning.0.enabled": "true", | |
"versioning.0.mfa_delete": "false", | |
"website.#": "0" | |
}, | |
"meta": {}, | |
"tainted": false | |
}, | |
"deposed": [], | |
"provider": "" | |
} | |
}, | |
"depends_on": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment