Skip to content

Commit

Permalink
change min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 22, 2023
1 parent b62cce3 commit 7952a4f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/base-infra/module_providers.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_version = "~> 1.0"
required_providers {
aws = "~> 3.7"
aws = "~> 3"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_version = "~> 1.0"
required_providers {
aws = "~> 3.7"
aws = "~> 3"
}
}
4 changes: 2 additions & 2 deletions terraform/aws/post-config-k8s/module_providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ terraform {
required_version = "~> 1.0"

required_providers {
aws = "~> 3.7"
aws = "~> 3"
gitlab = {
source = "gitlabhq/gitlab"
version = "~> 15.11"
version = "~> 15"
}
}
}
2 changes: 1 addition & 1 deletion terraform/k8s/aws-vars.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aws_provider_version: "~> 3.7"
aws_provider_version: "~> 4.67"
6 changes: 3 additions & 3 deletions terraform/k8s/common-vars.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
tf_version: ">= 1.1"
local_provider_version: "~> 2.2"
gitlab_provider_version: "~> 15.11"
local_provider_version: "~> 2.4"
gitlab_provider_version: "~> 16.0"
cert_manager_chart_version: 1.12.0
consul_chart_version: 1.1.1
longhorn_chart_version: 1.4.2
longhorn_chart_version: 1.4.0
external_dns_chart_version: 6.20.2
vault_chart_version: 0.24.1
vault_config_operator_helm_chart_version: 0.8.13
Expand Down

0 comments on commit 7952a4f

Please sign in to comment.