Skip to content

Commit

Permalink
Ccl 1814 (#14)
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

* updates resource to included required tags

* define variables within tenant_vars object

* experiment with non-nullable variables

* change set to list
  • Loading branch information
beckywhitemartin authored Feb 5, 2025
1 parent a07c0b5 commit 6efd87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variable "tenant_vars" {
# other attributes, required for cloudfront creation
repository = string
github_environment_name = string
cloudfront_aliases = set
cloudfront_aliases = list
cloudfront_cert = string
cloudfront_function_rewrite_arn = string

Expand Down

0 comments on commit 6efd87b

Please sign in to comment.