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

added tagging and access tags support for is_snapshot #4134

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

SunithaGudisagarIBM
Copy link
Collaborator

@SunithaGudisagarIBM SunithaGudisagarIBM commented Nov 3, 2022

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment 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 pull request followers and do not help prioritize the request

Please find the testing results in PR ibm-vpc#43

make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISSnapshot_basic'

Screenshot 2022-11-17 at 3 13 00 PM

resource "ibm_is_snapshot" "testacc_snapshot" {
  name          = "sunitha-snapshot"
  source_volume = "r006-159e42ba-cff8-4448-965b-e618c12e9a4c"
  access_tags   = ["tfp:ussouth", "tfp:eude"]
}

data "ibm_is_snapshot" "ds_snapshot" {
  depends_on = [ibm_is_snapshot.testacc_snapshot]
  name       = "sunitha-snapshot"
}

data "ibm_is_snapshots" "ds_snapshot" {
  depends_on = [ibm_is_snapshot.testacc_snapshot]
  name = "sunitha-snapshot"
}

Screenshot 2022-10-31 at 12 45 44 PM

Screenshot 2022-10-31 at 12 51 00 PM

Screenshot 2022-10-31 at 12 50 55 PM

@SunithaGudisagarIBM SunithaGudisagarIBM force-pushed the snapshot-access-mgmt-tags branch 3 times, most recently from 75e370d to 35b2673 Compare November 16, 2022 10:20
@hkantare hkantare merged commit 960e82a into IBM-Cloud:master Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants