Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Make tfstate-backend variable file to be copied to templates (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Mühlberger authored and osterman committed Mar 11, 2019
1 parent a28972c commit 502ad7d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/corp.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ templates = [
"Makefile",
"conf/Makefile",
"conf/account-dns/terraform.tfvars",
"conf/tfstate-backend/terraform.tfvars",
"docs/kops.md",
]

Expand Down
1 change: 1 addition & 0 deletions configs/data.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ templates = [
"Makefile",
"conf/Makefile",
"conf/account-dns/terraform.tfvars",
"conf/tfstate-backend/terraform.tfvars",
"docs/kops.md",
]

Expand Down
1 change: 1 addition & 0 deletions configs/dev.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ templates = [
"Makefile",
"conf/Makefile",
"conf/account-dns/terraform.tfvars",
"conf/tfstate-backend/terraform.tfvars",
]

# List of terraform root modules to enable
Expand Down
1 change: 1 addition & 0 deletions configs/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ templates = [
"Makefile",
"conf/Makefile",
"conf/account-dns/terraform.tfvars",
"conf/tfstate-backend/terraform.tfvars",
"docs/kops.md",
]

Expand Down
1 change: 1 addition & 0 deletions configs/root.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ templates = [
"conf/bootstrap/terraform.tfvars",
"conf/iam/terraform.tfvars",
"conf/root-dns/terraform.tfvars",
"conf/tfstate-backend/terraform.tfvars",
"conf/users/terraform.tfvars"
]

Expand Down
1 change: 1 addition & 0 deletions configs/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ templates = [
"Makefile",
"conf/Makefile",
"conf/account-dns/terraform.tfvars",
"conf/tfstate-backend/terraform.tfvars",
"docs/kops.md",
]

Expand Down
1 change: 1 addition & 0 deletions configs/testing.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ templates = [
"Makefile",
"conf/Makefile",
"conf/account-dns/terraform.tfvars",
"conf/tfstate-backend/terraform.tfvars",
"docs/kops.md",
]

Expand Down

0 comments on commit 502ad7d

Please sign in to comment.