-
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 b-aws_lambda-update-qualified_arn-on-publish
- Loading branch information
Showing
6,246 changed files
with
204,808 additions
and
2,382,653 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
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,33 +1,42 @@ | ||
# Default owner for all pull requests | ||
* @terraform-providers/aws-provider | ||
* @hashicorp/terraform-aws | ||
|
||
# Service specific owners | ||
/aws/*apigatewayv2* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/apigatewayv2* @ewbankkit @terraform-providers/aws-provider | ||
/aws/*apigatewayv2* @ewbankkit @hashicorp/terraform-aws | ||
/website/**/apigatewayv2* @ewbankkit @hashicorp/terraform-aws | ||
|
||
/aws/*appmesh* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/appmesh* @ewbankkit @terraform-providers/aws-provider | ||
/aws/*appmesh* @ewbankkit @hashicorp/terraform-aws | ||
/website/**/appmesh* @ewbankkit @hashicorp/terraform-aws | ||
|
||
/aws/*backup* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/backup* @ewbankkit @terraform-providers/aws-provider | ||
/aws/*backup* @ewbankkit @hashicorp/terraform-aws | ||
/website/**/backup* @ewbankkit @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_codeartifact_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/codeartifact* @DrFaust92 @terraform-providers/aws-provider | ||
/aws/*_aws_codeartifact_*.go @DrFaust92 @hashicorp/terraform-aws | ||
/website/**/codeartifact* @DrFaust92 @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_fsx_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/fsx* @DrFaust92 @terraform-providers/aws-provider | ||
/aws/*_aws_fsx_*.go @DrFaust92 @hashicorp/terraform-aws | ||
/website/**/fsx* @DrFaust92 @hashicorp/terraform-aws | ||
|
||
/aws/*globalaccelerator* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/globalaccelerator* @ewbankkit @terraform-providers/aws-provider | ||
/aws/*globalaccelerator* @ewbankkit @hashicorp/terraform-aws | ||
/website/**/globalaccelerator* @ewbankkit @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_glue_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/glue* @DrFaust92 @terraform-providers/aws-provider | ||
/aws/*_aws_glue_*.go @DrFaust92 @hashicorp/terraform-aws | ||
/website/**/glue* @DrFaust92 @hashicorp/terraform-aws | ||
|
||
/aws/*route53_resolver* @ewbankkit @terraform-providers/aws-provider | ||
/website/**/route53_resolver* @ewbankkit @terraform-providers/aws-provider | ||
/aws/*kinesis_analytics* @ewbankkit @hashicorp/terraform-aws | ||
/website/**/kinesis_analytics* @ewbankkit @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_storagegateway_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/storagegateway* @DrFaust92 @terraform-providers/aws-provider | ||
/aws/*kinesisanalyticsv2* @ewbankkit @hashicorp/terraform-aws | ||
/website/**/kinesisanalyticsv2* @ewbankkit @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_sagemaker_*.go @DrFaust92 @terraform-providers/aws-provider | ||
/website/**/sagemaker* @DrFaust92 @terraform-providers/aws-provider | ||
/aws/*route53_resolver* @ewbankkit @hashicorp/terraform-aws | ||
/website/**/route53_resolver* @ewbankkit @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_storagegateway_*.go @DrFaust92 @hashicorp/terraform-aws | ||
/website/**/storagegateway* @DrFaust92 @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_sagemaker_*.go @DrFaust92 @hashicorp/terraform-aws | ||
/website/**/sagemaker* @DrFaust92 @hashicorp/terraform-aws | ||
|
||
/aws/*_aws_workspaces_*.go @Tensho @hashicorp/terraform-aws | ||
/website/**/workspaces* @Tensho @hashicorp/terraform-aws |
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 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,4 @@ | ||
needs-triage: | ||
- '**' | ||
- '.*' | ||
- '.*/**' |
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,75 @@ | ||
name: Acceptance Test Linting | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- "release/**" | ||
pull_request: | ||
paths: | ||
- .github/workflows/acctest-terraform-lint.yml | ||
- aws/*_test.go | ||
- scripts/validate-terraform.sh | ||
- tools/go.mod | ||
|
||
env: | ||
GO_VERSION: "1.15" | ||
GO111MODULE: on | ||
|
||
jobs: | ||
terrafmt: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: ${{ env.GO_VERSION }} | ||
- uses: actions/cache@v2 | ||
continue-on-error: true | ||
timeout-minutes: 2 | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }} | ||
- run: cd tools && go install github.com/katbyte/terrafmt | ||
# - run: terrafmt diff ./aws --check --pattern '*_test.go' --quiet --fmtcompat | ||
- run: | | ||
find ./aws -type f -name '*_test.go' \ | ||
| sort -u \ | ||
| grep -v resource_aws_apigatewayv2_domain_name_test.go \ | ||
| grep -v resource_aws_ecs_capacity_provider_test.go \ | ||
| grep -v resource_aws_efs_file_system_test.go \ | ||
| grep -v resource_aws_kinesis_stream_test.go \ | ||
| grep -v resource_aws_kms_grant_test.go \ | ||
| grep -v resource_aws_quicksight_user_test.go \ | ||
| grep -v resource_aws_s3_bucket_object_test.go \ | ||
| grep -v resource_aws_sns_platform_application_test.go \ | ||
| xargs -I {} terrafmt diff --check --quiet --fmtcompat {} | ||
validate-terraform: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: ${{ env.GO_VERSION }} | ||
- uses: actions/cache@v2 | ||
continue-on-error: true | ||
timeout-minutes: 2 | ||
with: | ||
path: ~/go/pkg/mod | ||
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }} | ||
- run: cd tools && go install github.com/katbyte/terrafmt | ||
- run: cd tools && go install github.com/terraform-linters/tflint | ||
- run: | | ||
find ./aws -type f -name '*_test.go' \ | ||
| sort -u \ | ||
| grep -v resource_aws_apigatewayv2_domain_name_test.go \ | ||
| grep -v resource_aws_ecs_capacity_provider_test.go \ | ||
| grep -v resource_aws_efs_file_system_test.go \ | ||
| grep -v resource_aws_elasticache_cluster_test.go \ | ||
| grep -v resource_aws_kinesis_stream_test.go \ | ||
| grep -v resource_aws_kms_grant_test.go \ | ||
| grep -v resource_aws_lambda_permission_test.go \ | ||
| grep -v resource_aws_quicksight_user_test.go \ | ||
| grep -v resource_aws_s3_bucket_object_test.go \ | ||
| grep -v resource_aws_sns_platform_application_test.go \ | ||
| ./scripts/validate-terraform.sh |
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 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
Oops, something went wrong.