-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unattached Volume from Snapshot #140
Conversation
65f92fe
to
e046d12
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add documentation, it is missing...
c836035
to
bfb3b72
Compare
7fff916
to
6ea0cf7
Compare
efabcdd
to
b19a901
Compare
Tested in cloud.ibm.com account, vpc-demo account. au-syd region resource "ibm_is_snapshot" "testacc_snapshot" { resource "ibm_is_volume" "storage" { |
4d4f1b1
to
c806f41
Compare
d870129
to
04ee95d
Compare
51847a8
to
8abe4bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Please create an upstream PR and close this PR. Remove the SDK.. |
4cf604d
to
43764ef
Compare
Waiting for SDK to be released |
43764ef
to
e54f75c
Compare
Upstream created here IBM-Cloud#4245 |
Community Note
Relates OR Closes #0000
Output from acceptance testing:
ENV :
https://us-south-genesis-dal-dev83.iaasdev.cloud.ibm.com/v1
Template:
resource "ibm_is_volume" "storage" {
name = "sunitha-volume"
profile = "general-purpose"
zone = "us-south-1"
source_snapshot= "r134-7ac4608c-4ef3-4e52-a140-09fd3c374ff1"
}
Output: