Skip to content

ibm_sm_arbitrary_secret: data source doesn't return secret_id arg value and is always null #6349

@srikant-sahu

Description

@srikant-sahu

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

  1. terraform plan

Important Factoids

N/A

References

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions