forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bff0bfa
commit dd69398
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |