sparse-intern-71089
02/21/2022, 2:52 PMrough-intern-34947
02/21/2022, 4:12 PMid
-.-
aws.secretsmanager.getSecretVersion({
secretId: postgresCredentials.arn,
})
little-cartoon-10569
02/21/2022, 8:07 PMsecret_id
vs. `secretId`: they're the same thing, the docs are built from a single location but the properties are built per-language. In this case, secret_id
is probably the name in the AWS SDK request payload. Or maybe it's the name in the Terraform implementation, and Pulumi have used the Terraform docs to start from?little-cartoon-10569
02/21/2022, 8:07 PM