Skip to content

Commit

Permalink
Fix wrong name of resource
Browse files Browse the repository at this point in the history
  • Loading branch information
rotciw committed Sep 10, 2024
1 parent b85670a commit bdab6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}

resource "aws_ssm_parameter" "team_name" {
name = "__platform__/team_name_handle"
name = "/__platform__/team_name_handle"

description = "The name of the team that owns this environment. Format is lowercase."
type = "String"
Expand Down

0 comments on commit bdab6f8

Please sign in to comment.