We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd0b77 commit 14ef293Copy full SHA for 14ef293
infrastructure/policies.tf
@@ -68,7 +68,7 @@ resource "aws_iam_policy" "administrator_permission_restrictions" {
68
}
69
70
data "aws_ssm_parameter" "transfer_server_id" {
71
- name = "/prs/${var.environment}/transfer-server-id"
+ name = "/prs/${var.environment}/transfer-server-id"
72
with_decryption = true
73
74
0 commit comments