Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork Sync: Update from parent repository #13

Merged
merged 25 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a5826f6
Add FSx ONTAP Data Source
R-Campbell Jul 13, 2023
cbe1b83
update schema
R-Campbell Jul 13, 2023
4847817
add changelog
R-Campbell Jul 13, 2023
8890c22
Merge branch 'hashicorp:main' into f-aws_fsx_ontap_file_system
R-Campbell Jul 20, 2023
350366f
Merge branch 'hashicorp:main' into f-aws_fsx_ontap_file_system
R-Campbell Jul 21, 2023
4fc0a47
build(deps): bump tibdex/github-app-token from 1.8.2 to 2.0.0
dependabot[bot] Sep 11, 2023
13e5c26
Use AWS SDK for Go v2 for mediaconnect service.
gbw Sep 19, 2023
b84f4f8
ci: github-app-token v2 action updates
jar-b Sep 19, 2023
a500058
tweak generate file
johnsonaj Sep 19, 2023
b294d27
Merge branch 'main' into f-add_aws_mediaconnect_dependency
johnsonaj Sep 19, 2023
7594a83
Merge pull request #33519 from gbw/f-add_aws_mediaconnect_dependency
johnsonaj Sep 19, 2023
3ac55e1
Merge pull request #33395 from hashicorp/dependabot/github_actions/ti…
jar-b Sep 19, 2023
a0fa45c
Update CHANGELOG.md for #33395
Sep 19, 2023
f1ab03f
Update link to Contributing Guide section on new services. (#33517)
gbw Sep 19, 2023
1353c46
Merge branch 'main' into HEAD
ewbankkit Sep 19, 2023
970fcd7
d/aws_fsx_ontap_file_system: Tweak acceptance test.
ewbankkit Sep 19, 2023
967a494
docs: update resource counts (#33534)
terraform-aws-provider[bot] Sep 19, 2023
b4715be
docs(docs/ami.html.markdown): remove duplicate attribute (#33528)
arthurzenika Sep 19, 2023
d99f190
Add copyright headers.
ewbankkit Sep 19, 2023
976f90c
Fix typo.
ewbankkit Sep 19, 2023
e9c0f3c
Merge pull request #32503 from R-Campbell/f-aws_fsx_ontap_file_system
ewbankkit Sep 19, 2023
b2eb12e
teamcity/performance: Fix script
YakDriver Sep 19, 2023
1f0c1ed
make: Bump up timeouts for sweeping, testing
YakDriver Sep 19, 2023
42cef18
Merge pull request #33538 from hashicorp/b-teamcity-performance-bug
YakDriver Sep 19, 2023
3068b35
Update CHANGELOG.md for #33538
Sep 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/32503.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-data-source
aws_fsx_ontap_file_system
```
2 changes: 1 addition & 1 deletion .github/labeler-pr-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ service/marketplacemetering:
- 'website/**/marketplacemetering_*'
service/mediaconnect:
- 'internal/service/mediaconnect/**/*'
- 'website/**/media_connect_*'
- 'website/**/mediaconnect_*'
service/mediaconvert:
- 'internal/service/mediaconvert/**/*'
- 'website/**/media_convert_*'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cdktf-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
steps:
- name: Generate Token
id: generate_token
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
with:
app_id: ${{ secrets.APP_ID }}
installation_id: ${{ secrets.INSTALLATION_ID }}
installation_retrieval_mode: id
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
private_key: ${{secrets.APP_PEM }}

cdktfDocs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
* Check [open pull requests with the `dependencies` label](https://github.com/hashicorp/terraform-provider-aws/pulls?q=is%3Aopen+is%3Apr+label%3Adependencies) to view other dependency updates.
* If this pull request includes an update the AWS Go SDK (or any other dependency) version, only updates submitted via dependabot will be merged. This pull request will need to remove these changes and will need to be rebased after the existing dependency update via dependabot has been merged for this pull request to be reviewed.
* If this pull request is for supporting a new AWS service:
* Ensure the new AWS service changes are following the [Contributing Guide section on new services](https://github.com/hashicorp/terraform-provider-aws/blob/main/docs/contributing/contribution-checklists.md#new-service), in particular that the dependency addition and initial provider support are in a separate pull request from other changes (e.g. new resources). Contributions not following this item will not be reviewed until the changes are split.
* Ensure the new AWS service changes are following the [Contributing Guide section on new services](https://github.com/hashicorp/terraform-provider-aws/blob/main/docs/add-a-new-service.md), in particular that the dependency addition and initial provider support are in a separate pull request from other changes (e.g. new resources). Contributions not following this item will not be reviewed until the changes are split.
* If this pull request is already a separate pull request from the above item, you can ignore this message.

go_mod:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
steps:
- name: 'Generate Token'
id: token
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
with:
app_id: ${{ secrets.APP_ID }}
installation_id: ${{ secrets.INSTALLATION_ID }}
installation_retrieval_mode: id
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
private_key: ${{ secrets.APP_PEM }}

- name: 'Add needs-triage for non-maintainer'
Expand Down Expand Up @@ -86,10 +87,11 @@ jobs:
steps:
- name: 'Generate Token'
id: token
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
with:
app_id: ${{ secrets.APP_ID }}
installation_id: ${{ secrets.INSTALLATION_ID }}
installation_retrieval_mode: id
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
private_key: ${{ secrets.APP_PEM }}

- name: 'Maintainer Issues'
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
steps:
- name: 'Generate Token'
id: token
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
with:
app_id: ${{ secrets.APP_ID }}
installation_id: ${{ secrets.INSTALLATION_ID }}
installation_retrieval_mode: id
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
private_key: ${{ secrets.APP_PEM }}

- name: 'Add needs-triage for non-maintainers'
Expand Down Expand Up @@ -122,10 +123,11 @@ jobs:
steps:
- name: 'Generate Token'
id: token
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
with:
app_id: ${{ secrets.APP_ID }}
installation_id: ${{ secrets.INSTALLATION_ID }}
installation_retrieval_mode: id
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
private_key: ${{ secrets.APP_PEM }}

- name: 'Maintainer Pull Requests'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/resource-counts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
steps:
- name: Generate Token
id: generate_token
uses: tibdex/github-app-token@0d49dd721133f900ebd5e0dff2810704e8defbc6 # v1.8.2
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f # v2.0.0
with:
app_id: ${{ secrets.APP_ID }}
installation_id: ${{ secrets.INSTALLATION_ID }}
installation_retrieval_mode: id
installation_retrieval_payload: ${{ secrets.INSTALLATION_ID }}
private_key: ${{secrets.APP_PEM }}
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- run: |
Expand Down
5 changes: 3 additions & 2 deletions .teamcity/scripts/performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ function analysis {
if ! command -v pprof &> /dev/null ; then
go install github.com/google/pprof@latest
goenv rehash
rehash
fi
if ! command -v pprof &> /dev/null ; then
go install github.com/google/pprof@latest
goenv rehash
rehash
if command -v rehash &> /dev/null ; then
rehash
fi
fi
if ! command -v pprof &> /dev/null ; then
echo "pprof not found after 3 attempts to install"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 5.18.0 (Unreleased)

FEATURES:

* **New Data Source:** `aws_fsx_ontap_file_system` ([#32503](https://github.com/hashicorp/terraform-provider-aws/issues/32503))
* **New Resource:** `aws_opensearch_package` ([#33227](https://github.com/hashicorp/terraform-provider-aws/issues/33227))
* **New Resource:** `aws_opensearch_package_association` ([#33227](https://github.com/hashicorp/terraform-provider-aws/issues/33227))

ENHANCEMENTS:

* resource/aws_fsx_ontap_storage_virtual_machine: Remove [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) from `active_directory_configuration.self_managed_active_directory_configuration.domain_name`, `active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group` and `active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name` allowing an SVM to join AD after creation ([#33466](https://github.com/hashicorp/terraform-provider-aws/issues/33466))
Expand Down
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ SWEEP_DIR ?= ./internal/sweep
PKG_NAME ?= internal
SVC_DIR ?= ./internal/service
TEST_COUNT ?= 1
ACCTEST_TIMEOUT ?= 180m
ACCTEST_TIMEOUT ?= 360m
ACCTEST_PARALLELISM ?= 20
P ?= 20
GO_VER ?= go
SWEEP_TIMEOUT ?= 60m
SWEEP_TIMEOUT ?= 360m

ifneq ($(origin PKG), undefined)
PKG_NAME = internal/service/$(PKG)
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/lambda v1.39.5
github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.32.5
github.com/aws/aws-sdk-go-v2/service/lightsail v1.28.5
github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.20.5
github.com/aws/aws-sdk-go-v2/service/medialive v1.37.0
github.com/aws/aws-sdk-go-v2/service/mediapackage v1.23.3
github.com/aws/aws-sdk-go-v2/service/oam v1.3.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.32.5 h1:vI9ar8zMH9oJ0ywJU184
github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.32.5/go.mod h1:BsjYt3w75hHFse6bzZt4Lvzdl2yKESDV6WIOOVOQsUU=
github.com/aws/aws-sdk-go-v2/service/lightsail v1.28.5 h1:IFT75uoZ5Ohcpb0sf7NQTF0Tyx8SmfCMz9IQGjyztXQ=
github.com/aws/aws-sdk-go-v2/service/lightsail v1.28.5/go.mod h1:nh/y5+FgVxvjrwd2myeB92rKKJVMkxZem3irP3/bT28=
github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.20.5 h1:aEG8G1HXtyaSRHp3fKzP/AgKAviExpth8MQeBPYLvzI=
github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.20.5/go.mod h1:MC8RAClijE5FGkgl8rgw3fHIpsgTk97iZyo8NsHW6wU=
github.com/aws/aws-sdk-go-v2/service/medialive v1.37.0 h1:R5u3iuM07pN+lV4t3VHfr3kCByCnxZws1R5y875TuvQ=
github.com/aws/aws-sdk-go-v2/service/medialive v1.37.0/go.mod h1:oBjVE7s8Z2RQtKxCgHavkhkAu0m54h4YCjXivPR/BhQ=
github.com/aws/aws-sdk-go-v2/service/mediapackage v1.23.3 h1:lC+4aTyl6yZ59X2Ek0FBg2loD0R048dE/Hnje0tSg3s=
Expand Down
6 changes: 3 additions & 3 deletions internal/conns/awsclient_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading