Skip to content

Commit

Permalink
Update tfstate
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSurabian committed Mar 3, 2016
1 parent 20e1998 commit 76d705a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion terraform.tfstate
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"serial": 16,
"serial": 17,
"modules": [
{
"path": [
Expand All @@ -14,7 +14,9 @@
"id": "duckhuntjs.com",
"attributes": {
"acl": "public-read",
"arn": "arn:aws:s3:::duckhuntjs.com",
"bucket": "duckhuntjs.com",
"cors_rule.#": "0",
"force_destroy": "false",
"hosted_zone_id": "Z3AQBSTGFYJSTF",
"id": "duckhuntjs.com",
Expand All @@ -36,7 +38,9 @@
"id": "www.duckhuntjs.com",
"attributes": {
"acl": "public-read",
"arn": "arn:aws:s3:::www.duckhuntjs.com",
"bucket": "www.duckhuntjs.com",
"cors_rule.#": "0",
"force_destroy": "false",
"hosted_zone_id": "Z3AQBSTGFYJSTF",
"id": "www.duckhuntjs.com",
Expand Down
6 changes: 5 additions & 1 deletion terraform.tfstate.backup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 1,
"serial": 16,
"serial": 17,
"modules": [
{
"path": [
Expand All @@ -14,7 +14,9 @@
"id": "duckhuntjs.com",
"attributes": {
"acl": "public-read",
"arn": "arn:aws:s3:::duckhuntjs.com",
"bucket": "duckhuntjs.com",
"cors_rule.#": "0",
"force_destroy": "false",
"hosted_zone_id": "Z3AQBSTGFYJSTF",
"id": "duckhuntjs.com",
Expand All @@ -36,7 +38,9 @@
"id": "www.duckhuntjs.com",
"attributes": {
"acl": "public-read",
"arn": "arn:aws:s3:::www.duckhuntjs.com",
"bucket": "www.duckhuntjs.com",
"cors_rule.#": "0",
"force_destroy": "false",
"hosted_zone_id": "Z3AQBSTGFYJSTF",
"id": "www.duckhuntjs.com",
Expand Down

0 comments on commit 76d705a

Please sign in to comment.