-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Container image option in google_compute_instance_template #4193
Comments
Hi i wanted this feature but I saw this is a beta feature: https://cloud.google.com/sdk/gcloud/reference/beta/compute/instance-templates/create-with-container It is posible to add create with container to the google-beta terraform provider? anyways, I would like to have in addition to container.source_image the following: container.env
container.arg
and so on. Thank you very much. |
This is currently possible by using https://registry.terraform.io/modules/terraform-google-modules/container-vm/google/1.0.0 to generate the metadata. Would rather see it natively though! |
There's more information on this here: #1022 (comment) |
Hi,
There are also multiple other FWIW, https://registry.terraform.io/modules/terraform-google-modules/container-vm/google/2.0.0 is nice, but custom modules add another layer of misdirection and can be hard to customize and understand what you are getting. I think they should be additive on existing working terraform google provider functionality. |
@paddycarver Sorry for the ping. Can the |
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Is this supported by the REST API? If so, could someone provide a docs link? Thanks! |
b/262532046 |
|
Community Note
Description
We can simplify application deployment by deploying containers to instances in managed instance groups. This is supported in GCP as here.
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: