Skip to content

Commit

Permalink
add core services document
Browse files Browse the repository at this point in the history
  • Loading branch information
maryelizbeth committed May 7, 2020
1 parent bff0bfa commit dd69398
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
3 changes: 1 addition & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down
27 changes: 27 additions & 0 deletions docs/CORE_SERVICES.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dd69398

Please sign in to comment.