Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-app-donations
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-app-donations
Commits
6af5bc96
Commit
6af5bc96
authored
1 month ago
by
Ole Langbehn
Browse files
Options
Downloads
Patches
Plain Diff
chore: fixate terraform provider versions, make them handleable by renovate
parent
0912fef0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
terraform/common/init.tf
+12
-0
12 additions, 0 deletions
terraform/common/init.tf
terraform/environments/init.tf
+12
-0
12 additions, 0 deletions
terraform/environments/init.tf
with
24 additions
and
0 deletions
terraform/common/init.tf
+
12
−
0
View file @
6af5bc96
terraform
{
# allow the lowest common version across all projects, so that the current CI docker image version suits all projects
required_version
=
">= 1.9"
required_providers
{
google
=
{
source
=
"hashicorp/google"
version
=
"6.21.0"
}
google-beta
=
{
source
=
"hashicorp/google-beta"
version
=
"6.21.0"
}
}
backend
"gcs"
{
bucket
=
"holi-shared-terraform-state"
prefix
=
"donations-api-common"
...
...
This diff is collapsed.
Click to expand it.
terraform/environments/init.tf
+
12
−
0
View file @
6af5bc96
terraform
{
# allow the lowest common version across all projects, so that the current CI docker image version suits all projects
required_version
=
">= 1.9"
required_providers
{
google
=
{
source
=
"hashicorp/google"
version
=
"6.21.0"
}
google-beta
=
{
source
=
"hashicorp/google-beta"
version
=
"6.21.0"
}
}
backend
"gcs"
{
bucket
=
"holi-shared-terraform-state"
prefix
=
"donations-api-environments"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment