Skip to content

Commit 713ad70

Browse files
fix(deps): update required_provider to latest for the deployable architecture solution (#104)
1 parent 0555aed commit 713ad70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/agents/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ terraform {
1010
}
1111
helm = {
1212
source = "hashicorp/helm"
13-
version = "2.13.2"
13+
version = "2.14.0"
1414
}
1515
kubernetes = {
1616
source = "hashicorp/kubernetes"
17-
version = "2.30.0"
17+
version = "2.31.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)