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

vol fix for snapshot crn #5815

Merged
merged 1 commit into from
Nov 26, 2024
Merged

vol fix for snapshot crn #5815

merged 1 commit into from
Nov 26, 2024

Conversation

ujjwal-ibm
Copy link
Collaborator

@ujjwal-ibm ujjwal-ibm commented Nov 23, 2024

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:

% make testacc TEST=./ibm/service/vpc TESTARGS='-run=TestAccIBMISVolume_snapshotcrn'
=== RUN   TestAccIBMISVolume_snapshotcrn
--- PASS: TestAccIBMISVolume_snapshotcrn (254.98s)
PASS
ok      github.com/IBM-Cloud/terraform-provider-ibm/ibm/service/vpc     257.024s

@SunithaGudisagarIBM1
Copy link
Contributor

resource ibm_is_volume this {
  name = "test-terraform-100"
  profile = "general-purpose"
  zone    = "us-south-2"
  source_snapshot_crn = "crn:v1:bluemix:public:is:us-south:a/7f75c7b025e54bc5635f754b2f888665::snapshot:r006-020efb8d-001a-43c6-95c3-73c7d7f4da0d"
}

resource ibm_is_volume this1 {
  name = "test-terraform-1002"
  profile = "general-purpose"
  zone    = "us-south-2"
  source_snapshot = "r006-020efb8d-001a-43c6-95c3-73c7d7f4da0d"
}

@SunithaGudisagarIBM1
Copy link
Contributor

Screenshot 2024-11-25 at 1 07 21 PM Screenshot 2024-11-25 at 1 07 33 PM

@hkantare hkantare merged commit caa07a4 into IBM-Cloud:master Nov 26, 2024
1 check passed
@ujjwal-ibm ujjwal-ibm deleted the vol-fix branch November 27, 2024 03:49
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