-
Notifications
You must be signed in to change notification settings - Fork 116
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
Update Dockerfile used for terraform #2121
Conversation
💚 Build Succeeded
cc @mrodm |
test integrations |
Created or updated PR in integrations repository to test this version. Check elastic/integrations#11209 |
ENV GCLOUD_SDK_VERSION 370.0.0-0 | ||
ENV TERRAFORM_VERSION 1.1.4 | ||
FROM --platform=linux/amd64 ubuntu:24.04 | ||
ENV GCLOUD_SDK_VERSION=467.0.0-0 |
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.
Currently, there are no packages creating resources in google cloud, but it looks good to update this version too.
ENV TERRAFORM_VERSION 1.1.4 | ||
FROM --platform=linux/amd64 ubuntu:24.04 | ||
ENV GCLOUD_SDK_VERSION=467.0.0-0 | ||
ENV TERRAFORM_VERSION=1.9.6 |
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.
As today, the latest version available.
Update docker image used to run Terraform.
Author's Checklist