Add staging workspace and corresponding environment

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2018-12-08 07:23:46 -05:00
parent 7116e5e16f
commit f911d8bd74
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
2 changed files with 4 additions and 0 deletions

3
infra/staging.tfvars Normal file
View File

@ -0,0 +1,3 @@
dns_apex = "rekahsoft.ca"
subdomain = "blog.staging"
enable_naked_domain = false

View File

@ -1,6 +1,7 @@
variable "workspace_iam_roles" {
default = {
default = "arn:aws:iam::068963069293:role/pipeline-role"
staging = "arn:aws:iam::068963069293:role/pipeline-role"
production = "arn:aws:iam::068963069293:role/pipeline-role"
}
}