Skip to content

Commit

Permalink
docs: update readme for addon latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Feb 5, 2024
1 parent 3e5a5fd commit ac3837a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion _examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ module "addons-internal" {
depends_on = [module.eks]
eks_cluster_name = module.eks.cluster_name

istio_ingress = false
istio_ingress = true
istio_manifests = var.istio_manifests_internal
istio_ingress_extra_configs = var.istio_ingress_extra_configs_internal
}
1 change: 0 additions & 1 deletion addons/keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Below terraform script shows how to use Keda Terraform Addon, A complete example
```hcl
module "addons" {
source = "clouddrove/eks-addons/aws"
version = "0.0.9"
depends_on = [module.eks.cluster_id]
eks_cluster_name = module.eks.cluster_name
Expand Down
1 change: 0 additions & 1 deletion addons/kiali-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Below terraform script shows how to use Kiali-Server Terraform Addon, A complete
```hcl
module "addons" {
source = "clouddrove/eks-addons/aws"
version = "0.0.1"
depends_on = [module.eks.cluster_id]
eks_cluster_name = module.eks.cluster_name
Expand Down
1 change: 0 additions & 1 deletion addons/kube-state-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Below terraform script shows how to use External Secrets Terraform Addon, A comp
```hcl
module "addons" {
source = "clouddrove/eks-addons/aws"
version = "0.0.6"
depends_on = [module.eks]
eks_cluster_name = module.eks.cluster_name
Expand Down
1 change: 0 additions & 1 deletion addons/metrics-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Below terraform script shows how to use Metrics-Server Terraform Addon, A comple
```hcl
module "addons" {
source = "clouddrove/eks-addons/aws"
version = "0.0.1"
depends_on = [module.eks.cluster_id]
eks_cluster_name = module.eks.cluster_name
Expand Down
1 change: 0 additions & 1 deletion addons/nri-bundle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Below terraform script shows how to use New-Relic Terraform Addon, A complete ex
```hcl
module "addons" {
source = "clouddrove/eks-addons/aws"
version = "0.0.1"
depends_on = [module.eks.cluster_id]
eks_cluster_name = module.eks.cluster_name
Expand Down
1 change: 0 additions & 1 deletion addons/prometheus-cloudwatch-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Below terraform script describes how to use Prometheus Cloudwatch Exporter Terra
```hcl
module "addons" {
source = "clouddrove/eks-addons/aws"
version = "0.0.9"
depends_on = [module.eks.cluster_id]
eks_cluster_name = module.eks.cluster_name
Expand Down

0 comments on commit ac3837a

Please sign in to comment.