Skip to content

Commit

Permalink
chore: update versions (#165)
Browse files Browse the repository at this point in the history
* chore: aws-ecs: update source version to 1.4.8

* chore: aws-eks: update source version to 1.4.7
  • Loading branch information
fidiego authored Feb 20, 2025
1 parent 1aa24a4 commit 79e44f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-ecs/sandbox.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "sandbox" {
source = "nuonco/ecs-sandbox/aws"
version = "1.4.7"
version = "1.4.8"

prefix_override = var.prefix_override

Expand Down
2 changes: 1 addition & 1 deletion aws-eks/sandbox.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "sandbox" {
# NOTE(fd): example format for testing branches
# source = "github.com/nuonco/terraform-aws-eks-sandbox?ref=e4c8e0feda3b80c84bb32a170f8969194160b621"
source = "nuonco/eks-sandbox/aws"
version = "1.4.4"
version = "1.4.7"

install_name = var.install_name
cluster_name = var.cluster_name
Expand Down

0 comments on commit 79e44f7

Please sign in to comment.