diff --git a/ROADMAP.md b/ROADMAP.md index 42b6bd7efdd..e52eb0cb9b1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,7 +2,7 @@ Each quarter the team will highlight areas of focus for our work and upcoming research. -We select items for inclusion in the roadmap from the Top 10 Community Issues, core services, and internal priorities. When a community pull requests exist for a given item, we will prioritize working with the original authors to include their contributions. If the author can no longer take on the implementation, HashiCorp will complete any additional work needed. +We select items for inclusion in the roadmap from the Top 10 Community Issues, [core services](docs/CORE_SERVICES.md), and internal priorities. When community pull requests exist for a given item, we will prioritize working with the original authors to include their contributions. If the author can no longer take on the implementation, HashiCorp will complete any additional work needed. Each weekly release will include necessary tasks that lead to the completion of the stated goals as well as community pull requests, enhancements, and features that are not highlighted in the roadmap. @@ -15,7 +15,6 @@ This quarter (May-July ‘20) we will be prioritizing the following areas of wor ### 3.0.0 Milestone: [v3.0.0](https://github.com/terraform-providers/terraform-provider-aws/milestone/70) -Issue: [#8950](https://github.com/terraform-providers/terraform-provider-aws/issues/8950) Each year the TF AWS Provider team releases a major version. [Major releases](https://www.terraform.io/docs/extend/best-practices/versioning.html#example-major-number-increments) include code removals, deprecations, and breaking changes. A corresponding “upgrade guide” will be published alongside the release. diff --git a/docs/CORE_SERVICES.md b/docs/CORE_SERVICES.md new file mode 100644 index 00000000000..73ca7fbcdae --- /dev/null +++ b/docs/CORE_SERVICES.md @@ -0,0 +1,27 @@ +# TF AWS Provider Core Services + +Core Services are AWS services we have identified as critical for a large majority of our users. Our goal is to continually increase the depth of coverage for these services. We will work to prioritize features and enhancements to these services in each weekly release, even if they are not necessarily highlighted in our quarterly roadmap. + +The core services we have identified are: + +* EC2 + +* Lambda + +* EKS + +* ECS + +* VPC + +* S3 + +* RDS + +* DynamoDB + +* IAM + +* Autoscaling (ASG) + +We'll continue to evaluate the selected services as our user base grows and changes.