Encode production GitLab ApplicationSettings in Terraform - #1439
Open
mvandenburgh wants to merge 2 commits into
Open
Encode production GitLab ApplicationSettings in Terraform#1439mvandenburgh wants to merge 2 commits into
ApplicationSettings in Terraform#1439mvandenburgh wants to merge 2 commits into
Conversation
Adds a gitlab_application_settings resource to the spack_gitlab module with all instance settings captured from production GitLab (237 attributes supported by provider 17.6.1).
One-sentence descriptions taken from the gitlab provider 17.6.1 documentation for the gitlab_application_settings resource. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mvandenburgh
force-pushed
the
gitlab-application-settings
branch
from
August 14, 2026 16:44
5213170 to
5cf425f
Compare
mvandenburgh
marked this pull request as ready for review
August 14, 2026 16:44
Member
Author
|
Note, some of the settings that are really important for spack, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a gitlab_application_settings resource to the spack_gitlab module with all instance settings (at least, those supported by the current GitLab TF provider) captured from production GitLab.
This PR is intentionally verbose and includes all application settings that exist in our database that are supported by the GitLab TF provider. The idea is to capture these now, use them to stand up the new staging instance, and then we can pare away the settings we don't care about tracking in Terraform.