Skip to content

Commit 167ef3e

Browse files
committed
fix: typo
1 parent c519f97 commit 167ef3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VirtualFinland.UsersAPI.Deployment/Features/SecretsManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public SecretsManager(Config config, StackSetup stackSetup, string secretName, O
1616
SecretString = secretValue,
1717
});
1818

19-
ReadPolicy = new Policy($"{stackSetup.ProjectName}-${secretName}-SecretManagerPolicy-{stackSetup.Environment}", new()
19+
ReadPolicy = new Policy($"{stackSetup.ProjectName}-{secretName}-SecretManagerPolicy-{stackSetup.Environment}", new()
2020
{
2121
Description = "Users-API Secret Get Policy",
2222
PolicyDocument = Output.Format($@"{{

0 commit comments

Comments
 (0)