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

Fix pinning of machine_type #149

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

dimisjim
Copy link

what

Achieve pinning of COS image by fixing behavior of machine_image var and input to downstream container module

why

  • Be able to pin image and not always use latest one

references

@dimisjim
Copy link
Author

remote: Permission to dimisjim/terraform-gce-atlantis.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/dimisjim/terraform-gce-atlantis/': The requested URL returned error: 403

not sure what it causing exactly the error in the CI run but I have just enabled workflows in the forked repo, so maybe you can try running it again 👍

@d-costa
Copy link
Collaborator

d-costa commented Apr 19, 2024

@dimisjim that error is due to the terraform-docs trying to fixing the docs, and fails to commit - which makes sense
we should probably disable the git-push flag when the workflow runs on forks

#150 should fix this issue

@d-costa
Copy link
Collaborator

d-costa commented Apr 19, 2024

@dimisjim, this docker oneliner should inject the fix locally:

docker run --rm --volume "$(pwd):/terraform-docs" -u $(id -u) quay.io/terraform-docs/terraform-docs:0.17.0 markdown --output-file README.md --output-mode inject /terraform-docs

Could you please run this, rebase and squash the commits?

Source: https://github.com/terraform-docs/terraform-docs?tab=readme-ov-file#using-docker

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Apr 20, 2024
add cos_image_name to container module, by only using the last element of the string

tf fmt

tf fmt fix

ran terraform-docs
@dimisjim
Copy link
Author

cool, should be done 👍

Copy link
Contributor

@bschaatsbergen bschaatsbergen left a comment

Choose a reason for hiding this comment

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

Hey @dimisjim, thanks for taking the time to submit this pull request - good catch! 👏🏼

What would occur if a user doesn't specify the machine_image variable? Given that the default is null, I anticipate the following error: Invalid value for "str" parameter: argument must not be null. Please correct me if I'm mistaken.

@dimisjim
Copy link
Author

dimisjim commented Apr 21, 2024

Thanks for the feedback @bschaatsbergen

Good catch!

Fix is provided here: dimisjim@ea2a22a

@d-costa
Copy link
Collaborator

d-costa commented Apr 25, 2024

LGTM

@bschaatsbergen
Copy link
Contributor

Sorry for the delayed review on my side, I need to test whether this could be a breaking change or not.. have you already tested it on your side @dimisjim?

@dimisjim
Copy link
Author

@bschaatsbergen yes, works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instance being replaced even when the machine_image is pinned
3 participants