-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 support for shielded instance configuration in google_dataproc_workflow_template #10565
Comments
I have started working on this. |
…ate resource and would also address : hashicorp/terraform-provider-google/issues/10565
#6481) * Changes to add Shielded VMs support in google_dataproc_workflow_template resource and would also address : hashicorp/terraform-provider-google/issues/10565 * Added new shielded vm test case to vcr test * updated `go` dependencies and separated the test cases * reverted all dependencies other than dcl * removed enterprise-certificate-proxy dependency * reverted extra dependencies other than dcl
hashicorp#6481) * Changes to add Shielded VMs support in google_dataproc_workflow_template resource and would also address : hashicorp/terraform-provider-google/issues/10565 * Added new shielded vm test case to vcr test * updated `go` dependencies and separated the test cases * reverted all dependencies other than dcl * removed enterprise-certificate-proxy dependency * reverted extra dependencies other than dcl Signed-off-by: Modular Magician <[email protected]>
#6481) (#4647) * Changes to add Shielded VMs support in google_dataproc_workflow_template resource and would also address : hashicorp/terraform-provider-google/issues/10565 * Added new shielded vm test case to vcr test * updated `go` dependencies and separated the test cases * reverted all dependencies other than dcl * removed enterprise-certificate-proxy dependency * reverted extra dependencies other than dcl Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
hashicorp#6481) * Changes to add Shielded VMs support in google_dataproc_workflow_template resource and would also address : hashicorp/issues/10565 * Added new shielded vm test case to vcr test * updated `go` dependencies and separated the test cases * reverted all dependencies other than dcl * removed enterprise-certificate-proxy dependency * reverted extra dependencies other than dcl Signed-off-by: Modular Magician <[email protected]>
#6481) (#12451) * Changes to add Shielded VMs support in google_dataproc_workflow_template resource and would also address : /issues/10565 * Added new shielded vm test case to vcr test * updated `go` dependencies and separated the test cases * reverted all dependencies other than dcl * removed enterprise-certificate-proxy dependency * reverted extra dependencies other than dcl Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
GoogleCloudPlatform#6481) * Changes to add Shielded VMs support in google_dataproc_workflow_template resource and would also address : hashicorp/terraform-provider-google/issues/10565 * Added new shielded vm test case to vcr test * updated `go` dependencies and separated the test cases * reverted all dependencies other than dcl * removed enterprise-certificate-proxy dependency * reverted extra dependencies other than dcl
This issue was addressed in PR #6481 above, and the feature was released in v4.36.0 - see docs here |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Add support for shielded instance configuration in google_dataproc_workflow_template.
Currently a configuration is available for the gce cluster (see gce_cluster_config) but
it doesn't support shielded_instance_config (see source code).
This support is already implemented in google_dataproc_cluster (see gce_cluster_config/shielded_instance_config):
New or Affected Resource(s)
Potential Terraform Configuration
Same format as the configuration available for google_dataproc_cluster
References
The text was updated successfully, but these errors were encountered: