Skip to content

Commit

Permalink
Ccl 1814 c (#12)
Browse files Browse the repository at this point in the history
* add further variablisation into resource names, to prevent duplication when module is run in a for loop

* specify missing vars product and component, needed for resource naming
  • Loading branch information
beckywhitemartin authored Feb 5, 2025
1 parent c7f6929 commit 97ae594
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ variable "tenant_vars" {
cloudfront_aliases = string
cloudfront_cert = string
cloudfront_function_rewrite_arn = string

#required for naming of resources
#e.g. "cc-static-site-${var.tenant_vars.product}-${var.tenant_vars.component}"
component = string
product = string
})
}

Expand Down

0 comments on commit 97ae594

Please sign in to comment.