#terraform-aws-modules (2023-10)
Terraform Modules
Discussions related to https://github.com/terraform-aws-modules
Archive: https://archive.sweetops.com/terraform-aws-modules/
2023-10-03
Are the terratest runs for all the modules published publicly anywhere?
they are on the PRs status
you can check the latest PR
Ok, I see. Thanks. So they are not run on a schedule? Our S3 module is modeled after yours and our tests have been failing on deletion since the release of AWS provider 5.17.0. Forcing it to <5.17 works. With that in mind I wanted to see if your s3-module is showing the same behaviour. The last PR merge on your s3 module was 8/25 but AWS 5.17 was 9/14.
is not mine, it’s CloudPosse
but no, they do not run on schedule
and they do not updater the providers all the time so if you create a PR to change something then you could force the provider change and see
We run tests on PRs and merge to main
2023-10-11
2023-10-14
Hello, I have made a PR on one of the AWS modules a few weeks ago. I have not yet had a reply is there a specific way to get the review process started ? https://github.com/cloudposse/terraform-aws-vpc/pull/124
what
This PR adds support for Network Address Usage Metrics on the VPC.
AWS documentation : https://docs.aws.amazon.com/vpc/latest/userguide/network-address-usage.html
Terraform documentation : https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc#enable_network_address_usage_metrics
why
Network Address Usage metrics can help monitor the growth of a VPC and would be useful for any user.
Enable this after creating a VPC does not trigger recreation of the VPC.
references
closes #115
2023-10-16
Old pr here but is it possible for someone to take a look? https://github.com/cloudposse/terraform-aws-ecr/pull/103
• Allow to use ECR replication • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_replication_configuration
Closes #99
please see comments
• Allow to use ECR replication • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ecr_replication_configuration
Closes #99
2023-10-17
2023-10-21
anyone experience with github-runners that scale (also) based on the size of the queue size for outstanding actions ?
Scale GitHub Runners based on the number of queued jobs in GitHub Actions
We are adding support (in terraform-aws-components) for the new GitHub-supported Runner Scale Sets which launch an ephemeral runner for each job queued. Actions should never need to wait for longer than it takes to launch a runner. Our support should be published in a week or two.