Skip to content

Commit

Permalink
fix: remove environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
burib authored Nov 15, 2024
1 parent 437be4e commit 426a8d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module "website" {
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"
}
Expand Down

0 comments on commit 426a8d3

Please sign in to comment.