You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a new offering from AWS?
No
Is your request related to a problem? Please describe.
master_password is not declared as accepting a ephemeral values, so it cannot be set to a result derived from an ephemeral resource.
Describe the solution you'd like.
Ideally master_password or an alternative variable would accept ephemeral resource results
Describe alternatives you've considered.
n/a
Additional context
When trying to call this module using an ephemeral resource (foe example a secret from AWS secrets manager) this error appears
│ Error: Ephemeral value not allowed
│
│ on module_aurora.tf line 23, in module "aurora_primary":
│ 23: master_password = ephemeral.aws_secretsmanager_secret_version.master_password.secret_string
│
│ This input variable is not declared as accepting a ephemeral values, so it
│ cannot be set to a result derived from an ephemeral value.
Is your request related to a new offering from AWS?
No
Is your request related to a problem? Please describe.
master_password
is not declared as accepting a ephemeral values, so it cannot be set to a result derived from an ephemeral resource.Describe the solution you'd like.
Ideally
master_password
or an alternative variable would accept ephemeral resource resultsDescribe alternatives you've considered.
n/a
Additional context
When trying to call this module using an ephemeral resource (foe example a secret from AWS secrets manager) this error appears
Related:
The text was updated successfully, but these errors were encountered: