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

Update terraform modules #78

Merged
merged 3 commits into from
Jan 16, 2025
Merged

Update terraform modules #78

merged 3 commits into from
Jan 16, 2025

Conversation

rahearn
Copy link
Contributor

@rahearn rahearn commented Jan 15, 2025

🎫 Addresses issue: #65

closes #65

🛠 Summary of changes

  • update terraform-cloudgov modules and get rid of set_space_egress.sh
  • switch provider to main one for cloudfoundry_app.gitlab-runner-manager

There was some weirdness with trying to upgrade a running manager from one provider to the other, so I suggest just destroying and recreating any runners that were using the old provider.

@rahearn rahearn requested a review from a team January 15, 2025 22:02
Copy link
Contributor

@pauldoomgov pauldoomgov left a comment

Choose a reason for hiding this comment

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

LGTM!

default = 512
description = "Manager Runner Memory, given as number of megabytes"
type = string
default = "256M"
Copy link
Contributor

Choose a reason for hiding this comment

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

📉

echo "$usage" >&2
exit 1
fi

cf target -o $org -s $space >&2
cf target -o "$org" -s "$space" >&2
Copy link
Contributor

Choose a reason for hiding this comment

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

"I like it!"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

your previous reviews were in my head as I made those changes

@rahearn rahearn merged commit 621e196 into main Jan 16, 2025
2 checks passed
@rahearn rahearn deleted the update-terraform-modules branch January 16, 2025 13:12
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.

Reduce cloudfoundry-community provider use
2 participants