Skip to content

Commit

Permalink
Variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormachin committed Nov 28, 2023
1 parent 25a4e10 commit 8de1f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stac-server/opensearch_serverless.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_opensearchserverless_security_policy" "stac_server_opensearch_serverless_encryption_policy" {
count = var.deploy_stac_server_opensearch_serverless ? 1 : 0
count = var.deploy_stac_opensearch_serverless ? 1 : 0
name = lower(var.opensearch_stac_server_domain_name_override == null ? "${local.name_prefix}-stac-server-ep" : var.opensearch_stac_server_domain_name_override)
type = "encryption"
policy = jsonencode({
Expand Down

0 comments on commit 8de1f99

Please sign in to comment.