Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
update/fix: child modules can't specify their own provider blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nickumia-reisys committed Feb 18, 2022
1 parent c038060 commit c2e7625
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions application-boundary.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ module "brokerpak-eks-terraform-provision" {
}

module "brokerpak-eks-terraform-bind" {
source = "github.com/GSA/datagov-brokerpak-eks//terraform/bind?ref=main"
source = "github.com/GSA/datagov-brokerpak-eks//terraform/bind?ref=fix-for-ssb-terraform-only"

instance_name = var.eks_terraform_instance_name

depends_on = [
module.brokerpak-eks-terraform-provision
module.brokerpak-eks-terraform-provision.domain_name
]
}

Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.14.0"
required_version = ">= 1.1.5"
required_providers {
archive = {
source = "hashicorp/archive"
Expand All @@ -15,7 +15,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "~> 3.35"
version = "~> 3.63"
}
}
}

0 comments on commit c2e7625

Please sign in to comment.