From e03c237231e49e0d84ef1ab0a427d0dfd0354c67 Mon Sep 17 00:00:00 2001 From: arnoldasbrazys Date: Mon, 1 Sep 2025 10:49:36 +0300 Subject: [PATCH 1/5] update aws_region ref: https://registry.terraform.io/providers/hashicorp/aws/6.11.0/docs/data-sources/region --- examples/docker-image/main.tf | 2 +- main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/docker-image/main.tf b/examples/docker-image/main.tf index d05632b..c829544 100644 --- a/examples/docker-image/main.tf +++ b/examples/docker-image/main.tf @@ -45,7 +45,7 @@ resource "null_resource" "docker_login" { count = module.this.enabled ? 1 : 0 provisioner "local-exec" { - command = "aws ecr get-login-password --region ${join("", data.aws_region.this.*.name)} | docker login --username AWS --password-stdin ${join("", data.aws_caller_identity.this.*.account_id)}.dkr.ecr.${join("", data.aws_region.this.*.name)}.amazonaws.com" + command = "aws ecr get-login-password --region ${join("", data.aws_region.this.*.region)} | docker login --username AWS --password-stdin ${join("", data.aws_caller_identity.this.*.account_id)}.dkr.ecr.${join("", data.aws_region.this.*.region)}.amazonaws.com" } depends_on = [null_resource.docker_build] diff --git a/main.tf b/main.tf index b173da6..d25f6fd 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ locals { enabled = module.this.enabled account_id = local.enabled ? data.aws_caller_identity.this[0].account_id : null partition = local.enabled ? data.aws_partition.this[0].partition : null - region_name = local.enabled ? data.aws_region.this[0].name : null + region_name = local.enabled ? data.aws_region.this[0].region : null } module "cloudwatch_log_group" { From 2fc27728fc17a773f29b1aec680176e05a898487 Mon Sep 17 00:00:00 2001 From: arnoldasbrazys Date: Tue, 2 Sep 2025 09:57:45 +0300 Subject: [PATCH 2/5] bump aws provider requirement constraint --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index b78d471..203612a 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 3.0" + version = ">= 6.0" } } } From caca8f0fb6a628cdc8fc0bda0d51976ead44bd80 Mon Sep 17 00:00:00 2001 From: arnoldasbrazys Date: Tue, 2 Sep 2025 10:00:52 +0300 Subject: [PATCH 3/5] chore: format --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 203612a..49b6f61 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = ">= 6.0" + version = ">= 6" } } } From 0a5fa7a7d2d8a651a431800ae9b9b07b7dd07af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?readme-action=20=F0=9F=93=96?= Date: Sun, 14 Sep 2025 03:20:09 +0000 Subject: [PATCH 4/5] chore: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5051276..b97cb3a 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,8 @@ For additional context, refer to some of these links. > - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate. > > Request Quote -> +> + ## ✨ Contributing From 7d4783aa4a133c9c08d7fbc79efe1676b47dad7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?readme-action=20=F0=9F=93=96?= Date: Wed, 1 Oct 2025 03:26:05 +0000 Subject: [PATCH 5/5] chore: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b97cb3a..ad35b32 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ ** ** This file was automatically generated by the `cloudposse/build-harness`. ** 1) Make all changes to `README.yaml` - ** 2) Run `make init` (you only need to do this once) - ** 3) Run`make readme` to rebuild this file. + ** 2) Install [atmos](https://atmos.tools/install/) (you only need to do this once) + ** 3) Run`atmos readme` to rebuild this file. ** ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.) **