Gavin Williams
d72ae6a5da
Fix issue when attempting to set create_proxy = false
...
Spotted this issue whilst trying to integrate this module into some existing code where we don't always want to create a RDS Proxy instance, but when we are creating a proxy we want a default set of endpoints.
Setting `create_proxy = false` works for the majority of resources, however the `aws_db_proxy_endpoint` resource uses a `for_each` which will try and create endpoints against a non-existent DB proxy.
So switch to using a `local` which gets set to an empty map if `var.create_proxy` is false.
2022-08-09 16:17:04 +01:00
Bryant Biggs
8c1720cee3
fix: Update documentation to remove prior notice and deprecated workflow ( #9 )
2022-04-21 09:56:38 +02:00
semantic-release-bot
6506401d6f
chore(release): version 2.1.0 [skip ci]
...
## [2.1.0](https://github.com/clowdhaus/terraform-aws-rds-proxy/compare/v2.0.1...v2.1.0 ) (2022-04-20)
### Features
* Repo has moved to [terraform-aws-modules](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy ) organization ([ec9c760 ](ec9c76000e ))
2022-04-20 22:50:21 +00:00
Bryant Biggs
ec9c76000e
feat: Repo has moved to [terraform-aws-modules]( https://github.com/terraform-aws-modules/terraform-aws-rds-proxy ) organization
2022-04-20 18:48:34 -04:00
Bryant Biggs
2f5444105f
chore: update reference in README documentation
2021-11-17 08:08:07 -05:00
Bryant Biggs
affe754727
fix: remove un-used variables and update linting checks to ensure this is catched in the future
2021-11-17 08:04:41 -05:00
Bryant Biggs
9c80ff9ac5
chore: update examples and CI workflows ( #7 )
2021-11-03 13:58:02 -04:00
Bryant Biggs
9af356bced
chore: update README link to svg
2021-09-19 13:17:39 -04:00
Bryant Biggs
4bbca899ca
chore: update examples for security best practices and Bridgecrew monitoring ( #6 )
2021-09-19 12:41:40 -04:00
Bryant Biggs
3550f1bd9c
BREAKING CHANGE: add new resource aws_db_proxy_endpoint for generating proxy endpoints from a dynamic map of inputs ( #5 )
2021-05-08 17:41:06 -04:00
Bryant Biggs
2ff25454fe
chore: update documentation using latest version of terraform_docs
2021-03-27 18:35:03 -04:00
Bryant Biggs
9bd94bdf43
chore: update pre-commit hook version and update docs via terraform_docs
2021-03-02 18:01:44 -05:00
Bryant Biggs
947bc1f6c5
chore: add CODEOWNERS file
2021-03-02 18:00:25 -05:00
Bryant Biggs
31c8b472ee
fix: correct references to master to use main
2021-02-27 11:41:51 -05:00
Andrés Rodríguez
e8f3b082a2
fix: incorrect output values for default_target_group name and arn ( #3 )
2021-02-27 11:39:40 -05:00
Bryant Biggs
646b0428d4
fix: remove restriction that debug logging must be enabled in order to manage the proxy log group
2021-01-06 20:10:11 -05:00
Bryant Biggs
fe6d354da5
chore: update README usage example
2021-01-04 20:58:56 -05:00
Bryant Biggs
f93f88c56b
chore: add ci/cd github actions workflows for validating module changes and creating releases ( #1 )
2021-01-04 20:34:25 -05:00
Bryant Biggs
402de162e6
feat: initial release of terraform-aws-rds-proxy 🎉
2021-01-04 20:10:46 -05:00