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

Add Migratable to pi_instance #2801

Merged
merged 2 commits into from
Jul 6, 2021
Merged

Add Migratable to pi_instance #2801

merged 2 commits into from
Jul 6, 2021

Conversation

kavya498
Copy link
Collaborator

@kavya498 kavya498 commented Jun 30, 2021

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 #1154, #1701

@@ -300,6 +301,10 @@ func resourceIBMPIInstanceCreate(d *schema.ResourceData, meta interface{}) error
if r, ok := d.GetOk(helpers.PIInstanceReplicationScheme); ok {
replicationNamingScheme = r.(string)
}
var migartable bool
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

migartable spelling

@@ -60,6 +60,7 @@ func resourceIBMPIInstance() *schema.Resource {
},
"migratable": {
Type: schema.TypeBool,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think as per desgin we added arguments starts with pi_...Should be add a new argument pi_migartable instead of migartable(may be we can mark this as derprecated)

@kavya498 kavya498 force-pushed the power branch 2 times, most recently from 97b96ff to 63e0b63 Compare July 5, 2021 10:26
@hkantare hkantare merged commit 60264ca into IBM-Cloud:master Jul 6, 2021
@kavya498 kavya498 deleted the power branch August 12, 2021 07:00
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.

Add migratable attribute for PI Instance
2 participants