Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bbgu1 committed Dec 4, 2024
1 parent 4ba09ac commit f1dde84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distributed-databases/trino/trino.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ resource "aws_iam_policy" "trino_exchange_bucket_policy" {
# Trino Helm Add-on
#---------------------------------------
module "trino_addon" {
depends_on = [
module.eks_blueprints_addons,
]

source = "aws-ia/eks-blueprints-addon/aws"
version = "~> 1.1.1" #ensure to update this to the latest/desired version

Expand Down

0 comments on commit f1dde84

Please sign in to comment.