Skip to content

Commit

Permalink
opensearch naming convention fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Nov 29, 2024
1 parent 1fe2623 commit b5029a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/opensearch/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "opensearch" {
source = "sourcefuse/arc-opensearch/aws"
version = "0.1.8"

name = "${var.namespace}-${var.environment}-opensearch"
name = "${var.namespace}-${var.environment}-os"
environment = var.environment
namespace = var.namespace
admin_username = var.admin_username
Expand Down

0 comments on commit b5029a7

Please sign in to comment.