Skip to content

Commit

Permalink
Merge pull request #34584 from matt-mercer/f-add-lb-trust-store-and-l…
Browse files Browse the repository at this point in the history
…istener-support

f: ELBv2 Trust Store resource and Listener MutualAuthentication attributes
  • Loading branch information
ewbankkit authored Dec 1, 2023
2 parents 55acf8a + 20d3854 commit 3c4cb52
Show file tree
Hide file tree
Showing 21 changed files with 1,903 additions and 567 deletions.
19 changes: 19 additions & 0 deletions .changelog/34584.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
```release-note:new-resource
aws_lb_trust_store
```

```release-note:new-resource
aws_lb_trust_store_revocation
```

```release-note:new-data-source
aws_lb_trust_store
```

```release-note:enhancement
resource/aws_lb_listener: Add `mutual_authentication` configuration block
```

```release-note:enhancement
data-source/aws_lb_listener: Add `mutual_authentication` attribute
```
2 changes: 1 addition & 1 deletion .github/labeler-issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ service/elastictranscoder:
service/elb:
- '((\*|-)\s*`?|(data|resource)\s+"?)aws_(app_cookie_stickiness_policy|elb|lb_cookie_stickiness_policy|lb_ssl_negotiation_policy|load_balancer_|proxy_protocol_policy)'
service/elbv2:
- '((\*|-)\s*`?|(data|resource)\s+"?)aws_a?lb(\b|_listener|_target_group|s)'
- '((\*|-)\s*`?|(data|resource)\s+"?)aws_a?lb(\b|_listener|_target_group|s|_trust_store)'
service/emr:
- '((\*|-)\s*`?|(data|resource)\s+"?)aws_emr_'
service/emrcontainers:
Expand Down
1 change: 1 addition & 0 deletions .github/labeler-pr-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ service/elbv2:
- 'website/**/lb_listener*'
- 'website/**/lb_target_group*'
- 'website/**/lb_hosted*'
- 'website/**/lb_trust_store*'
service/emr:
- 'internal/service/emr/**/*'
- 'website/**/emr_*'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ jobs:
tfproviderdocs check \
-allowed-resource-subcategories-file website/allowed-subcategories.txt \
-enable-contents-check \
-ignore-file-missing-data-sources aws_alb,aws_alb_listener,aws_alb_target_group,aws_albs \
-ignore-file-missing-resources aws_alb,aws_alb_listener,aws_alb_listener_certificate,aws_alb_listener_rule,aws_alb_target_group,aws_alb_target_group_attachment \
-ignore-file-missing-data-sources aws_alb,aws_alb_listener,aws_alb_target_group,aws_alb_trust_store,aws_alb_trust_store_revocation,aws_albs \
-ignore-file-missing-resources aws_alb,aws_alb_listener,aws_alb_listener_certificate,aws_alb_listener_rule,aws_alb_target_group,aws_alb_target_group_attachment,aws_alb_trust_store,aws_alb_trust_store_revocation \
-provider-source registry.terraform.io/hashicorp/aws \
-providers-schema-json terraform-providers-schema/schema.json \
-require-resource-subcategory \
Expand Down
40 changes: 0 additions & 40 deletions internal/service/elbv2/find.go

This file was deleted.

Loading

0 comments on commit 3c4cb52

Please sign in to comment.