Skip to content

Commit

Permalink
chore: remove environment variable [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
burib authored Nov 15, 2024
1 parent d3eac46 commit 49ca3a9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# source = "github.com/burib/terraform-aws-ui-module?ref=v0"
#
# domain_name = "example.com"
# environment = "prod"
# wildcard_certificate_arn = "arn:aws:acm:us-east-1:123456789012:certificate/xxx"
# route53_zone_id = "ZXXXXXXXXXXXXX"
# redirect_www_to_https = true # Optional, defaults to true
Expand All @@ -22,11 +21,6 @@ variable "domain_name" {
description = "Domain name for the website"
}

variable "environment" {
type = string
description = "Environment (dev/staging/prod)"
}

variable "wildcard_certificate_arn" {
type = string
description = "ARN of the ACM certificate to use for CloudFront"
Expand Down

0 comments on commit 49ca3a9

Please sign in to comment.