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
The attached code should validate successfully against Vault provider v4.4.0. In the attached example, I am using the sync_status output documented here, but I noticed that accessing the subkeys and updated_at attributes also induce this error.
Actual Behavior
Running a terraform validate against the code above induces this error:
│ Error: Unsupported attribute
│
│ on main.tf line 9, in locals:
│ 9: test = vault_secrets_sync_association.aws_secret_sync_association.sync_status
│
│ This object has no argument, nested block, or exported attribute named "sync_status".
Terraform Core Version
1.9.2
Terraform Vault Provider Version
4.4.0
Vault Server Version
1.16.3
Affected Resource(s)
vault_secrets_sync_association
Expected Behavior
The attached code should validate successfully against Vault provider v4.4.0. In the attached example, I am using the
sync_status
output documented here, but I noticed that accessing thesubkeys
andupdated_at
attributes also induce this error.Actual Behavior
Running a
terraform validate
against the code above induces this error:Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Target Vault provider v4.4.0 and run a
terraform validate
against the code above.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: