blog-rekahsoft-ca/infra/variables.tf

19 lines
335 B
HCL

variable "workspace_iam_roles" {
default = {
default = "arn:aws:iam::068963069293:role/pipeline-role"
production = "arn:aws:iam::068963069293:role/pipeline-role"
}
}
variable "region" {
default = "ca-central-1"
}
variable "project" {
default = "blog-rekahsoft-ca"
}
variable "dns_apex" {}
variable "dns_name" {}