Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Bump helm-wandb vers to v2.0.0, requires TF > 1.9 #315

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/byo-vpc-eks-sql-redis/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ locals {

module "wandb" {
source = "wandb/wandb/helm"
version = "1.2.0"
version = "2.0.0"

depends_on = [
module.app_lb,
Expand Down
2 changes: 1 addition & 1 deletion examples/byo-vpc-sql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ locals {

module "wandb" {
source = "wandb/wandb/helm"
version = "1.2.0"
version = "2.0.0"

depends_on = [
module.app_eks,
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ locals {

module "wandb" {
source = "wandb/wandb/helm"
version = "1.2.0"
version = "2.0.0"

depends_on = [
module.database,
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.0"
required_version = "~> 1.9"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
Loading