Skip to content

Commit 206c139

Browse files
dependabot[bot]gambol99
authored andcommitted
chore(deps): bump terraform-aws-modules/eks-pod-identity/aws
Bumps [terraform-aws-modules/eks-pod-identity/aws](https://github.com/terraform-aws-modules/terraform-aws-eks-pod-identity) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eks-pod-identity/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eks-pod-identity/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-eks-pod-identity@v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: terraform-aws-modules/eks-pod-identity/aws dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fc273b commit 206c139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/spot_feed.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ resource "aws_spot_datafeed_subscription" "default" {
146146
module "spot_feed_pod_identity" {
147147
count = var.opencost.enable_spot_feed ? 1 : 0
148148
source = "terraform-aws-modules/eks-pod-identity/aws"
149-
version = "2.8.1"
149+
version = "2.8.2"
150150

151151
name = "${local.cluster_name}-spot-feed"
152152
## The description for the role assumed by the Spot Feed

0 commit comments

Comments
 (0)