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

r/aws_kinesis_firehose_delivery_stream: deprecate root s3_configuration #31138

Merged

Conversation

johnsonaj
Copy link
Contributor

@johnsonaj johnsonaj commented May 3, 2023

Description

  • remove root s3_configuration attribute
  • add s3_configuration to the following:
    • elasticsearch_configuration
    • opensearch_configuration
    • splunk_configuration
    • redshift_configuration
    • http_endpoint_configuration

Relations

Closes #22309

References

Output from Acceptance Testing

$ make testacc TESTARGS='-run=TestAccFirehoseDeliveryStream_' PKG=firehose

==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/firehose/... -v -count 1 -parallel 20  -run=TestAccFirehoseDeliveryStream_ -timeout 180m
--- PASS: TestAccFirehoseDeliveryStream_extendedS3basic (284.78s)
--- PASS: TestAccFirehoseDeliveryStream_basic (309.18s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3DataFormatConversionHiveJSONSerDe_empty (313.75s)
--- PASS: TestAccFirehoseDeliveryStream_missingProcessing (323.59s)
--- PASS: TestAccFirehoseDeliveryStream_s3WithCloudWatchLogging (326.91s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3DataFormatConversionOpenXJSONSerDe_empty (333.31s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3_S3BackupConfiguration_ErrorOutputPrefix (350.32s)
--- PASS: TestAccFirehoseDeliveryStream_tags (358.36s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3DataFormatConversionDeserializer_update (369.15s)
--- PASS: TestAccFirehoseDeliveryStream_disappears (378.45s)
--- PASS: TestAccFirehoseDeliveryStream_Splunk_ErrorOutputPrefix (396.01s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3DataFormatConversion_enabled (445.47s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3DataFormatConversionParquetSerDe_empty (199.23s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3_errorOutputPrefix (265.46s)
--- PASS: TestAccFirehoseDeliveryStream_extendedS3DynamicPartitioning (181.99s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3Processing_empty (200.16s)
--- PASS: TestAccFirehoseDeliveryStream_httpEndpoint (232.99s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3DataFormatConversionOrcSerDe_empty (261.95s)
--- PASS: TestAccFirehoseDeliveryStream_extendedS3KMSKeyARN (285.70s)
--- PASS: TestAccFirehoseDeliveryStream_HTTPEndpoint_ErrorOutputPrefix (271.30s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3DataFormatConversionSerializer_update (325.54s)
--- PASS: TestAccFirehoseDeliveryStream_HTTPEndpoint_retryDuration (311.90s)
--- PASS: TestAccFirehoseDeliveryStream_extendedS3DynamicPartitioningUpdate (639.03s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3_kinesisStreamSource (154.08s)
--- PASS: TestAccFirehoseDeliveryStream_extendedS3Updates (188.18s)
--- PASS: TestAccFirehoseDeliveryStream_ExtendedS3_externalUpdate (183.13s)
--- PASS: TestAccFirehoseDeliveryStream_splunkUpdates (229.21s)
--- PASS: TestAccFirehoseDeliveryStream_redshiftUpdates (560.60s)
--- PASS: TestAccFirehoseDeliveryStream_elasticSearchUpdates (1453.28s)
--- PASS: TestAccFirehoseDeliveryStream_elasticSearchEndpointUpdates (1599.33s)
--- PASS: TestAccFirehoseDeliveryStream_Elasticsearch_ErrorOutputPrefix (1615.67s)
--- PASS: TestAccFirehoseDeliveryStream_Opensearch_ErrorOutputPrefix (1682.39s)
--- PASS: TestAccFirehoseDeliveryStream_openSearchUpdates (1723.14s)
--- PASS: TestAccFirehoseDeliveryStream_openSearchEndpointUpdates (2085.22s)
--- PASS: TestAccFirehoseDeliveryStream_elasticSearchWithVPCUpdates (2435.51s)
--- PASS: TestAccFirehoseDeliveryStream_openSearchWithVPCUpdates (2551.16s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/firehose	2868.183s
...

@github-actions
Copy link

github-actions bot commented May 3, 2023

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added size/M Managed by automation to categorize the size of a PR. service/firehose Issues and PRs that pertain to the firehose service. size/L Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/XL Managed by automation to categorize the size of a PR. and removed size/M Managed by automation to categorize the size of a PR. size/L Managed by automation to categorize the size of a PR. labels May 3, 2023
@ewbankkit ewbankkit added this to the v5.0.0 milestone May 3, 2023
@johnsonaj johnsonaj force-pushed the td-aws_kinesis_firehose_delivery_stream-deprecation branch from 0002f0b to a4ab9f3 Compare May 3, 2023 21:33
@github-actions github-actions bot added the documentation Introduces or discusses updates to documentation. label May 3, 2023
@johnsonaj johnsonaj marked this pull request as ready for review May 4, 2023 01:43
@johnsonaj johnsonaj merged commit c3e8e37 into prerelease/5.x May 4, 2023
@johnsonaj johnsonaj deleted the td-aws_kinesis_firehose_delivery_stream-deprecation branch May 4, 2023 14:37
github-actions bot pushed a commit that referenced this pull request May 4, 2023
@github-actions
Copy link

This functionality has been released in v5.0.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

jharley pushed a commit to honeycombio/terraform-aws-integrations that referenced this pull request Jun 22, 2023
#49)

## Which problem is this PR solving?

This is a breaking change and requires consumers to upgrade to 5.x.x AWS
terraform provider

- Closes #48

## Short description of the changes
hashicorp/terraform-provider-aws#31138


## How to verify that this has the expected result
Followed the changes specified
[here](hashicorp/terraform-provider-aws#31138)
and running in dev environment
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. service/firehose Issues and PRs that pertain to the firehose service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants