Design Decision Log#
This serves as an index over the various decisions we make as a maintainer team over what is considered best practice, and what we should encourage/require as a design standard. These are not necessarily fixed, and are likely to evolve and be replaced as new decisions are made. This is an evolution of an internal process and will pivot to take place in public as much as possible to allow for external feedback from the community and core contributors.
Decision | Description | Issue Link |
---|---|---|
Relationship Resource Design Standards | Align on design standards for relationship management resources in the Terraform AWS Provider. | #9901 |
SecretsManager Secret Target Attachment | Assess the feasibility of replicating the AWS::SecretsManager::SecretTargetAttachment CloudFormation function with Terraform. |
#9183 |
RDS Blue Green Deployments | Assess the feasibility extending blue green deployment functionality found in aws_rds_instance to aws_rds_cluster . |
#28956 |
Exclusive Relationship Management Resources | A proposal describing the use case for "exclusive relationship management" resources and their function within the Terraform AWS provider. | #39203 |