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/update terraform 2023 #21

Merged
merged 4 commits into from
Apr 28, 2023
Merged

Fix/update terraform 2023 #21

merged 4 commits into from
Apr 28, 2023

Conversation

rawkode
Copy link
Contributor

@rawkode rawkode commented Apr 10, 2023

No description provided.

.terraform.lock.hcl Outdated Show resolved Hide resolved
@displague displague added this to the 0.4 milestone Apr 18, 2023
@displague
Copy link
Member

@rawkode did you encounter #14 while testing this PR? (You mentioned this but not sure if any of the version changes changed the results or if you had to configure an AWS credential).

Copy link

@stevemar stevemar left a comment

Choose a reason for hiding this comment

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

in general, this looks fine to me. the changes to the default variables in variables.tf seem sensible. my only hesitation are the changes to the way the templated files are handled, those changes are outside my expertise.

I'll tag in @cprivitere and @ocobleseqx to take a look at those.

@@ -12,7 +12,7 @@ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no root@lb-0.${TF_V

## Stage a Windows 2019 image from Vagrant on you bastion/LB

version=`curl -L -H "Accept: application/json" https://app.vagrantup.com/peru/boxes/windows-server-2019-standard-x64-eval | jq -r '.versions[0].version'`
version=`curl -fsSL -L -H "Accept: application/json" https://app.vagrantup.com/peru/boxes/windows-server-2019-standard-x64-eval | jq -r '.versions[0].version'`

Choose a reason for hiding this comment

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

i think you can remove the -L since it's in the -fsSL now. not a big deal, though.

Copy link

@stevemar stevemar left a comment

Choose a reason for hiding this comment

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

looks like CI is failing, -A

@displague
Copy link
Member

Merging this after applying merge conflicts against #16 and #20

This may not be release ready but these changes are necessary to get us to the next release.

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

Successfully merging this pull request may close these issues.

4 participants