Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 7313555 commit 878b5d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ have a istio proxy configured, prevent communication with that pod.)
which services are allowed to interact with other services.

# CHANGELOG

* 1.0.3 -- 2024-07-30
- updated image module
- bumped version
* 1.0.2 -- 2024-07-22
- updated istio chart/app to 1.22.3
- add force_delete and lifecycle policies to copy_images
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ resource "helm_release" "ingress" {

set {
name = "service.annotations.service\\.beta\\.kubernetes\\.io/aws-load-balancer-internal"
type = "string"
type = "string"
value = "true"
}

set {
name = "service.annotations.service\\.beta\\.kubernetes\\.io/aws-load-balancer-additional-resource-tags"
value = join("\\,", [for key, value in local.tags : "${key}=${value}"])
}

dynamic "set" {
for_each = local.ports

Expand Down
1 change: 0 additions & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ output "module_version" {
description = "The version of this module."
value = local._module_version
}

3 changes: 1 addition & 2 deletions version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
locals {
_module_name = "tfmod-istio"
_module_version = "1.0.2"
_module_providers = ["helm", "kubernetes"]
_module_version = "1.0.3"
}

0 comments on commit 878b5d1

Please sign in to comment.