Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ibm_is_images documentation updates - value for status and visibility #5060

Closed
2 tasks
powellquiring opened this issue Jan 18, 2024 · 1 comment · Fixed by #5088
Closed
2 tasks

ibm_is_images documentation updates - value for status and visibility #5060

powellquiring opened this issue Jan 18, 2024 · 1 comment · Fixed by #5088
Labels
documentation service/VPC Infrastructure Issues related to the VPC Infrastructure

Comments

@powellquiring
Copy link

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

New or Affected Resource(s) or Datasource(s)

  • ibm_is_images

Description

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/is_images

image

"ibm_is_images"

  • List the possible values for the status attribute (i tried "available")
  • What is the default value for visibility when the optional attribute is not provided

References

  • #0000
@github-actions github-actions bot added the service/VPC Infrastructure Issues related to the VPC Infrastructure label Jan 18, 2024
@ujjwal-ibm
Copy link
Collaborator

ujjwal-ibm commented Jan 23, 2024

List the possible values for the status attribute (i tried "available")

Status : One of {available, deleting, deprecated, failed, obsolete, pending, unusable}

I tried this

data ibm_is_images this {
	  status           = "available"
	# status = "deprecated"
	# visibility = "private"

}

What is the default value for visibility when the optional attribute is not provided

There is no default value of visibility, no value means no filter on visibility

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation service/VPC Infrastructure Issues related to the VPC Infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants