Skip to content

Commit

Permalink
downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 22, 2023
1 parent 6141853 commit 84c3c3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/ami-ubuntu/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_version = ">= 1.0"
required_providers {
aws = "~> 4.67"
aws = "~> 3.74"
}
}
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 = "~> 4.67"
aws = "~> 3.74"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_version = "~> 1.0"
required_providers {
aws = "~> 4.67"
aws = "~> 3.74"
}
}
2 changes: 1 addition & 1 deletion terraform/aws/post-config-k8s/module_providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = "~> 1.0"

required_providers {
aws = "~> 4.67"
aws = "~> 3.74"
gitlab = {
source = "gitlabhq/gitlab"
version = "~> 16.0"
Expand Down

0 comments on commit 84c3c3a

Please sign in to comment.