#terraform-aws-modules (2023-10)

terraform Terraform Modules

Discussions related to https://github.com/terraform-aws-modules

Archive: https://archive.sweetops.com/terraform-aws-modules/

2023-10-03

getSurreal avatar
getSurreal

Are the terratest runs for all the modules published publicly anywhere?

jose.amengual avatar
jose.amengual

they are on the PRs status

jose.amengual avatar
jose.amengual

you can check the latest PR

getSurreal avatar
getSurreal

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.

jose.amengual avatar
jose.amengual

is not mine, it’s CloudPosse

jose.amengual avatar
jose.amengual

jose.amengual avatar
jose.amengual

but no, they do not run on schedule

jose.amengual avatar
jose.amengual

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

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We run tests on PRs and merge to main

2023-10-11

2023-10-14

johan l avatar
johan l

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

#124 Add support for network address usage metrics

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

1

2023-10-17

2023-10-21

Hans D avatar

anyone experience with github-runners that scale (also) based on the size of the queue size for outstanding actions ?

Max Lobur (Cloud Posse) avatar
Max Lobur (Cloud Posse)
KEDA | Github Runner Scaler

Scale GitHub Runners based on the number of queued jobs in GitHub Actions

Jeremy G (Cloud Posse) avatar
Jeremy G (Cloud Posse)

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.

cloudposse/terraform-aws-components
1
1

2023-10-23

2023-10-28

    keyboard_arrow_up