IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
336 stars 645 forks source link

UI 35145 os image user data format #5467

Closed SunithaGudisagarIBM1 closed 5 days ago

SunithaGudisagarIBM1 commented 6 days ago

Community Note

Relates OR Closes #0000

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...
data "ibm_is_images" "ds_images" {
  visibility = "public"
}
data "ibm_is_image" "test1" {
  identifier = "r134-19bc437d-ad0f-462c-8281-a7c7933d9701"
}

data "ibm_is_operating_system" "example" {
  name = "centos-7-amd64"
}

data "ibm_is_operating_systems" "example" {
}
Screenshot 2024-03-27 at 9 56 29 PM Screenshot 2024-03-27 at 9 56 02 PM Screenshot 2024-03-27 at 9 56 58 PM Screenshot 2024-03-27 at 9 57 19 PM