Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
65400ade
Verified
Commit
65400ade
authored
Aug 27, 2020
by
Sven-Hendrik Haase
Browse files
Upgrade to terraform 0.13
parent
fe5a0787
Pipeline
#1250
failed with stage
in 44 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
65400ade
...
...
@@ -9,7 +9,6 @@ It also contains git submodules so you have to run `git submodule update --init
Install these packages:
-
terraform
-
terraform-provider-keycloak
-
python-typer
-
python-jmespath
-
moreutils (for playbooks/tasks/reencrypt-vault-key.yml)
...
...
tf-stage1/versions.tf
0 → 100644
View file @
65400ade
terraform
{
required_providers
{
external
=
{
source
=
"hashicorp/external"
}
hcloud
=
{
source
=
"hetznercloud/hcloud"
}
}
required_version
=
">= 0.13"
}
tf-stage2/versions.tf
0 → 100644
View file @
65400ade
terraform
{
required_providers
{
external
=
{
source
=
"hashicorp/external"
}
keycloak
=
{
source
=
"mrparkers/keycloak"
version
=
"2.0.0-rc.0"
}
}
required_version
=
">= 0.13"
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment