Skip to content

Commit

Permalink
Updated minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
azhar22k authored Aug 26, 2020
1 parent a2042e1 commit 7bea95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s_irsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "aws" {
}
module "tags" {
source = "git::https://github.com/peak-ai/terraform-modules.git//tags?ref=v0.5.3"
source = "git::https://github.com/peak-ai/terraform-modules.git//tags?ref=v0.6.0"
tenant = "new-client"
stage = "latest"
feature = "example"
Expand All @@ -32,7 +32,7 @@ resource "kubernetes_namespace" "example" {
module "k8s_irsa" {
depends_on = [kubernetes_namespace.example]
source = "git::https://github.com/peak-ai/terraform-modules.git//k8s_irsa?ref=v0.5.3"
source = "git::https://github.com/peak-ai/terraform-modules.git//k8s_irsa?ref=v0.6.0"
cluster = "my_cluster"
namespace = kubernetes_namespace.example.id
service_account = "main"
Expand Down

0 comments on commit 7bea95d

Please sign in to comment.