Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from FIAP-3SOAT-G15/fix-ssm-param-name
Browse files Browse the repository at this point in the history
Fix SSM param name
  • Loading branch information
wellyfrs authored Mar 16, 2024
2 parents e07c08c + 79e041e commit 4f30bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module "security_group" {

module "ssm_parameters" {
source = "terraform-aws-modules/ssm-parameter/aws"
name = "live/selfordermanagement/db"
name = "/live/selfordermanagement/db"
type = "String"
value = jsonencode({
name : local.name,
Expand Down

0 comments on commit 4f30bf2

Please sign in to comment.