Skip to content

Latest commit

 

History

History
123 lines (83 loc) · 8.27 KB

ROADMAP.md

File metadata and controls

123 lines (83 loc) · 8.27 KB

Roadmap: February 2022 - April 2022

Every few months, the team will highlight areas of focus for our work and upcoming research.

We select items for inclusion in the roadmap from the Top Community Issues, Core Services, and internal priorities. Where community sourced contributions exist we will work with the authors to review and merge their work. Where this does not exist or the original contributors are not available we will create the resources and implementation ourselves.

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. To view all the items we've prioritized for this quarter, please see the Roadmap milestone.

This roadmap does not describe all the work that will be included within this timeframe, but it does describe our focus. We will include other work as events occur.

In the period spanning November 2021 to Janury 2022, 668 Pull Requests were opened in the provider and 730 were closed/merged, adding support for:

  • Managing Amazon CloudSearch Domains
  • ECS Task Sets
  • S3 Intelligent Tiering Archive Configuration
  • IoT Thing Group
  • Lambda Access Points for S3
  • ECR Public Repositories

From February ‘22 - April ‘22, we will be prioritizing the following areas of work:

New Services

AWS AppFlow

Issue: #16253

Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between Software-as-a-Service (SaaS) applications

Support for Amazon AppFlow will include:

New Resource(s):

  • aws_appflow_flow
  • aws_appflow_connector_profile

Amazon Global Networks

Issue: #11132

A Global Network is a container for your network objects. After you create it, you can register your transit gateways and define your on-premises networks in the global network.

Support for Global Networks will include:

New Resource(s):

  • aws_networkmanager_global_network
  • aws_networkmanager_site
  • aws_networkmanager_link
  • aws_networkmanager_device
  • aws_networkmanager_transit_gateway_registration

Amazon OpenSearch Service

Issue: #20853

Amazon OpenSearch Service is a distributed, open-source search and analytics suite used for a broad set of use cases like real-time application monitoring, log analytics, and website search

Affected Resource(s):

  • aws_elasticsearch_domain

Amazon Managed Grafana

Issue: #16789

Amazon Managed Grafana is a fully managed service for open source Grafana that enables you to query, visualize, alert on and understand your metrics.

Support for Amazon Managed Grafana will include:

New Resource(s):

  • aws_grafana_workspace
  • aws_grafana_license_association

Enhancements to Existing Services

Research Topics

Research topics include features, architectural changes, and ideas that we are pursuing in the longer term that may significantly impact the core user experience of the AWS provider. Research topics are discovery only and are not guaranteed to be included in a future release.

Scaffolding for new resources, datasources and associated tests.

Adding resources, datasources and test files to the provider is a repetitive task which should be automated to ensure consistency and speed up contributor and maintainer workflow. A simple cli tool should be able to generate these files in place, and ensure that any code reference additions required (ie adding to provider.go) are performed as part of the process.

Disclosures

The product-development initiatives in this document reflect HashiCorp's current plans and are subject to change and/or cancellation in HashiCorp's sole discretion.