-
Notifications
You must be signed in to change notification settings - Fork 11
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
DWX-18763: VW Impala create and delete using basic properties #179
Conversation
8dd6928
to
4253800
Compare
resources/dw/virtualwarehouse/impala/resource_impala_vw_acc_test.go
Outdated
Show resolved
Hide resolved
resources/dw/virtualwarehouse/impala/resource_impala_vw_test.go
Outdated
Show resolved
Hide resolved
resources/dw/virtualwarehouse/impala/resource_impala_vw_test.go
Outdated
Show resolved
Hide resolved
4253800
to
7e9e7fc
Compare
01a6abb
to
6550188
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.
Please add a description of the change
resources/dw/virtualwarehouse/impala/resource_impala_vw_acc_test.go
Outdated
Show resolved
Hide resolved
resources/dw/virtualwarehouse/impala/resource_impala_vw_acc_test.go
Outdated
Show resolved
Hide resolved
} | ||
|
||
impala := describe.GetPayload() | ||
plan.ID = types.StringValue(impala.Vw.ID) |
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.
You can create a method on resourceModel to populate the plan data, you can leave then this piece in the caller function.
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.
Done !
701e303
to
e098518
Compare
This commit adds the Impala resource and adds the basic required properties and also adds the image_version for it.