Skip to content

Commit

Permalink
* add glue to missing local-provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadeWyrm committed Nov 27, 2024
1 parent 3342118 commit cb93b7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions env/common/local-provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ provider "aws" {
sts = "http://${var.localstack_host}:4566"
kms = "http://${var.localstack_host}:4566"
ecr = "http://${var.localstack_host}:4566"
glue = "http://${var.localstack_host}:4566"
}
}

Expand Down Expand Up @@ -91,6 +92,7 @@ provider "aws" {
sts = "http://${var.localstack_host}:4566"
kms = "http://${var.localstack_host}:4566"
ecr = "http://${var.localstack_host}:4566"
glue = "http://${var.localstack_host}:4566"
}
}

Expand Down Expand Up @@ -129,5 +131,6 @@ provider "aws" {
sts = "http://${var.localstack_host}:4566"
kms = "http://${var.localstack_host}:4566"
ecr = "http://${var.localstack_host}:4566"
glue = "http://${var.localstack_host}:4566"
}
}

0 comments on commit cb93b7a

Please sign in to comment.