Add staging workspace and corresponding environment
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
parent
7116e5e16f
commit
f911d8bd74
3
infra/staging.tfvars
Normal file
3
infra/staging.tfvars
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
dns_apex = "rekahsoft.ca"
|
||||||
|
subdomain = "blog.staging"
|
||||||
|
enable_naked_domain = false
|
@ -1,6 +1,7 @@
|
|||||||
variable "workspace_iam_roles" {
|
variable "workspace_iam_roles" {
|
||||||
default = {
|
default = {
|
||||||
default = "arn:aws:iam::068963069293:role/pipeline-role"
|
default = "arn:aws:iam::068963069293:role/pipeline-role"
|
||||||
|
staging = "arn:aws:iam::068963069293:role/pipeline-role"
|
||||||
production = "arn:aws:iam::068963069293:role/pipeline-role"
|
production = "arn:aws:iam::068963069293:role/pipeline-role"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user