#terraform-aws-modules (2021-06)

terraform Terraform Modules

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

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

2021-06-01

Partha avatar

Is there any way to take RDS snapshot by using AWS module ?

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

Maybe consider using our terraform-aws-backup module

2021-06-03

Lukas de Boer avatar
Lukas de Boer

Hi! I’ve filed a bugreport in your terraform-aws-alb-target-group-cloudwatch-sns-alarms module No rush or anything, just wanted to let you know: https://github.com/cloudposse/terraform-aws-alb-target-group-cloudwatch-sns-alarms/issues/38

Setting notify_arns does not set {alarm,ok,insufficient_data}_actions · Issue #38 · cloudposse/terraform-aws-alb-target-group-cloudwatch-sns-alarmsattachment image

Describe the Bug This module exposes 4 different variables to set ARNs that the cloudwatch alarms will set as their actions: notify_arns alarm_actions ok_actions insufficient_data_actions The idea …

2021-06-08

Ashish Sharma avatar
Ashish Sharma

Do we have any VPC module in github for outpost racks specific ?

2021-06-16

Jacob avatar

Hi everyone. I’m trying to make a fully aws foundations and cis compliant environment. With some great help from the terraform modules.

All these modules define a s3 bucket policy and use internal the cloudposse/s3-log-storage/aws module which also defines the s3 bucket policy. cloudposse/config-storage/aws cloudposse/cloudtrail-s3-bucket/aws cloudposse/vpc-flow-logs-s3-bucket/aws

aws_s3_bucket_policy is a singleton function that can be called multiple times, but the last call overrride the policy.

Jacob avatar
Bug: conflicting s3 bucket policies · Issue #14 · cloudposse/terraform-aws-config-storageattachment image

Found a bug? Maybe our Slack Community can help. Describe the Bug The s3 bucket policy conflicts with the bucket policy in the storage module. Every apply the policy is changed either one of the po…

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

@matt

Bug: conflicting s3 bucket policies · Issue #14 · cloudposse/terraform-aws-config-storageattachment image

Found a bug? Maybe our Slack Community can help. Describe the Bug The s3 bucket policy conflicts with the bucket policy in the storage module. Every apply the policy is changed either one of the po…

Jacob avatar

I fixed it locally by moved the optional dynamic allow_ssl_requests_only piece in the bucket policy to the module instead of passing it to the s3 module.

It’s the same for these modules: cloudposse/vpc-flow-logs-s3-bucket/aws cloudposse/cloudtrail-s3-bucket/aws cloudposse/config-storage/aws

Later i’ll try to update bug repport

1

2021-06-23

    keyboard_arrow_up