Skip to content

Commit

Permalink
change script_path
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Jul 25, 2024
1 parent 9819514 commit 37c526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/shared/modules/cors/cors.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
script_path = "${path.module}/${var.cf_space_name}-cors.json"
script_path = "${var.cf_space_name}-cors.json"
}
resource "null_resource" "cors_script" {
provisioner "local-exec" {
Expand Down

0 comments on commit 37c526e

Please sign in to comment.