-
### Terraform Core Version
1.8.5
### AWS Provider Version
>=5.0
### Affected Resource(s)
* aws_s3_bucket_server_side_encryption_configuration
### Expected Behavior
This configurat…
-
### Description
When manage_master_user_password is set to true, rds creates it's own managed secret with a predefined name which follows this pattern: `rds!cluster-*`
I would like to be able to…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
### Discussed in https://github.com/kyverno/kyverno/discussions/9132
Originally posted by **VikramPunnam** December 11, 2023
Hi,
I have deployed the Kyverno v1.11.0 on the private EKS clust…
-
When using AWS keys (with the system properties workaround mentioned in #226 ), I have found that when passing the key alias it does not support AWS key aliases, it only supports key IDs. Key alises a…
-
### Describe the Bug
I am currently working on recreating existing infrastructure using terraform. I am using this package to recreate some Dynamo Tables but unfortunately they need to retain their…
-
### Description
The current resource `aws_mq_broker` does not support a cloudwatch log group configuration or the logging level which severely affects cost as you can't specify a log group retentio…
-
This will eliminate a lot of code from the repository
Here are all the unique resources in this module.
```bash
✗ rg ^resource -ttf | cut -d'"' -f2 | sort | uniq
aws_cloudwatch_event_rule
aws…
-
### Terraform Core Version
1.9.2
### AWS Provider Version
5.61.0
### Affected Resource(s)
aws_rds_cluster
### Expected Behavior
New Aurora cluster created matches the plan describ…
-
S3バケットのデフォルト暗号化をSSE-S3からSSE-KMSに変更
S3バケット内のtfstateをSSE-S3からSSE-KMSに変更 でOK
→terraform暫く動かさないからtfstateも手動で変えるが、(コマンド打てばローカルからS3のtfstate見に行って勝手に最新化される。)
※terraformコマンドで(ローカルのtfstateを)S3のtfstateの更新が発生するが…