diff --git a/README.md b/README.md index 49c55568..4f2418b8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ audit logging and SAML single sign-on. This module is intended to run in an AWS account with minimal preparation, however it does have the following pre-requisites: -### Terrafom version >= 1.5 +### Terrafom version >= 1.9 ### Credentials / Permissions diff --git a/examples/byo-vpc-eks-sql-redis/main.tf b/examples/byo-vpc-eks-sql-redis/main.tf index f2be8eee..9cbd50dc 100644 --- a/examples/byo-vpc-eks-sql-redis/main.tf +++ b/examples/byo-vpc-eks-sql-redis/main.tf @@ -160,7 +160,7 @@ locals { module "wandb" { source = "wandb/wandb/helm" - version = "1.2.0" + version = "2.0.0" depends_on = [ module.app_lb, diff --git a/examples/byo-vpc-sql/main.tf b/examples/byo-vpc-sql/main.tf index 6e0dbb05..2026ab3b 100644 --- a/examples/byo-vpc-sql/main.tf +++ b/examples/byo-vpc-sql/main.tf @@ -264,7 +264,7 @@ locals { module "wandb" { source = "wandb/wandb/helm" - version = "1.2.0" + version = "2.0.0" depends_on = [ module.app_eks, diff --git a/main.tf b/main.tf index 38523389..94a5603e 100644 --- a/main.tf +++ b/main.tf @@ -252,7 +252,7 @@ locals { module "wandb" { source = "wandb/wandb/helm" - version = "1.2.0" + version = "2.0.0" depends_on = [ module.database, diff --git a/versions.tf b/versions.tf index f13ff0d0..4847a380 100644 --- a/versions.tf +++ b/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = "~> 1.0" + required_version = "~> 1.9" required_providers { aws = { source = "hashicorp/aws"