Skip to content

Commit

Permalink
fix(transfer): security policy name property
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley committed Aug 18, 2020
1 parent 70431d0 commit 9571439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/services/transfer/resource.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"IdentityProviderType" : "SERVICE_MANAGED",
"LoggingRole" : getReference(logRoleId, ARN_ATTRIBUTE_TYPE),
"Protocols" : asArray( protocols )?map( protocol -> protocol?upper_case),
"SecurityPolicy" : securityPolicy
"SecurityPolicyName" : securityPolicy
} +
attributeIfContent(
"Certificate",
Expand Down

0 comments on commit 9571439

Please sign in to comment.