-
Notifications
You must be signed in to change notification settings - Fork 700
Closed
Labels
service/Secrets ManagerIssues related to Secrets ManagerIssues related to Secrets Manager
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
- ibm_sm_arbitrary_secret
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
data "ibm_sm_arbitrary_secret" "arbitrary_secret" {
instance_id = data.ibm_resource_instance.sm_instance.guid
name = "my-secret"
secret_group_name = "my-security-group"
}
Debug Output
N/A
Panic Output
N/A
Expected Behavior
data source should have returned the secret_id value
Actual Behavior
secret_id value is null
Steps to Reproduce
terraform plan
Important Factoids
N/A
References
srikant-sahu, HAMARDHE1, louise-eve and midhun-vm
Metadata
Metadata
Assignees
Labels
service/Secrets ManagerIssues related to Secrets ManagerIssues related to Secrets Manager