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

Access Tags for Volumes #4127

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

SunithaGudisagarIBM
Copy link
Collaborator

@SunithaGudisagarIBM SunithaGudisagarIBM commented Oct 27, 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

Relates OR Closes #0000

Output from acceptance testing:

Please fine the test results :

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

Screenshot 2022-11-17 at 3 18 54 PM

resource "ibm_is_volume" "storage" {
  name        = "volume-access-tags-testing"
  profile     = "10iops-tier"
  zone        = "us-south-1"
  access_tags = ["tfp:ussouth", "tfp:eude"]
  # capacity= 200
}
data "ibm_is_volumes" "is_volumes" {
  volume_name = "volume-access-tags-testing"
}
data "ibm_is_volume" "testacc_dsvol" {
  name = "volume-access-tags-testing"
}

Screenshot 2022-10-19 at 4 40 48 PM

Screenshot 2022-10-19 at 4 40 59 PM

Screenshot 2022-10-19 at 4 41 18 PM

@SunithaGudisagarIBM SunithaGudisagarIBM force-pushed the feature-is-storage-access-tags branch from aae44b1 to cd2b4ae Compare November 2, 2022 13:59
@SunithaGudisagarIBM SunithaGudisagarIBM force-pushed the feature-is-storage-access-tags branch 4 times, most recently from 4b69c99 to 5890e34 Compare November 16, 2022 10:13
@SunithaGudisagarIBM SunithaGudisagarIBM force-pushed the feature-is-storage-access-tags branch from 5890e34 to 806b693 Compare November 17, 2022 09:44
@hkantare hkantare merged commit 04a577d 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