-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into serverless_app_repo
- Loading branch information
Showing
8,626 changed files
with
705,256 additions
and
2,196,998 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Needed for testing our workflows | ||
-P ubuntu-latest=nektos/act-environments-ubuntu:18.04 |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,2 +1,42 @@ | ||
# Default owner for all pull requests | ||
* @terraform-providers/aws-provider | ||
|
||
# Service specific owners | ||
/aws/*apigatewayv2* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/apigatewayv2* @ewbankkit @terraform-providers/aws-provider | ||
|
||
/aws/*appmesh* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/appmesh* @ewbankkit @terraform-providers/aws-provider | ||
|
||
/aws/*backup* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/backup* @ewbankkit @terraform-providers/aws-provider | ||
|
||
/aws/*_aws_codeartifact_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/codeartifact* @DrFaust92 @terraform-providers/aws-provider | ||
|
||
/aws/*_aws_fsx_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/fsx* @DrFaust92 @terraform-providers/aws-provider | ||
|
||
/aws/*globalaccelerator* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/globalaccelerator* @ewbankkit @terraform-providers/aws-provider | ||
|
||
/aws/*_aws_glue_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/glue* @DrFaust92 @terraform-providers/aws-provider | ||
|
||
/aws/*kinesis_analytics* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/kinesis_analytics* @ewbankkit @terraform-providers/aws-provider | ||
|
||
/aws/*kinesisanalyticsv2* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/kinesisanalyticsv2* @ewbankkit @terraform-providers/aws-provider | ||
|
||
/aws/*route53_resolver* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/route53_resolver* @ewbankkit @terraform-providers/aws-provider | ||
|
||
/aws/*_aws_storagegateway_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/storagegateway* @DrFaust92 @terraform-providers/aws-provider | ||
|
||
/aws/*_aws_sagemaker_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/sagemaker* @DrFaust92 @terraform-providers/aws-provider | ||
|
||
/aws/*_aws_workspaces_*.go @Tensho @terraform-providers/aws-provider | ||
/website/**/workspaces* @Tensho @terraform-providers/aws-provider |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Terraform AWS Provider Roadmap | ||
url: https://github.com/terraform-providers/terraform-provider-aws/blob/master/ROADMAP.md | ||
about: View the Roadmap for the upcoming work planned on the AWS provider. | ||
- name: Terraform AWS Provider Questions | ||
url: https://discuss.hashicorp.com/c/terraform-providers/tf-aws | ||
about: GitHub issues in this repository are only intended for bug reports and feature requests. Other issues will be closed. Please ask and answer questions through the Terraform AWS Provider Community Forum. | ||
- name: Terraform Core Bug Reports and Feature Requests | ||
url: https://github.com/hashicorp/terraform/issues/new/choose | ||
about: Terraform Core, which handles the Terraform configuration language, CLI commands, and resource dependency graph, has its own codebase. Bug reports and feature requests for those pieces of functionality should be directed to that repository. | ||
- name: Terraform Language or Workflow Questions | ||
url: https://discuss.hashicorp.com/c/terraform-core | ||
about: Please ask and answer language or workflow related questions through the Terraform Core Community Forum. |
Oops, something went wrong.