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/kinesisanalyticsv2_application: add application_mode attribute #37714

Merged

Conversation

nikhil-goenka
Copy link
Contributor

@nikhil-goenka nikhil-goenka commented May 26, 2024

Description

Relations

Closes #31130

References

Output from Acceptance Testing

% make testacc TESTS=TestAccKinesisAnalyticsV2Application_applicationMode PKG=kinesisanalyticsv2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/kinesisanalyticsv2/... -v -count 1 -parallel 20 -run='TestAccKinesisAnalyticsV2Application_applicationMode'  -timeout 360m
=== RUN   TestAccKinesisAnalyticsV2Application_applicationMode
=== PAUSE TestAccKinesisAnalyticsV2Application_applicationMode
=== CONT  TestAccKinesisAnalyticsV2Application_applicationMode
--- PASS: TestAccKinesisAnalyticsV2Application_applicationMode (52.05s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kinesisanalyticsv2	71.031s

--- PASS: TestAccKinesisAnalyticsV2Application_FlinkApplicationStartApplication_onCreate (355.22s)
--- PASS: TestAccKinesisAnalyticsV2Application_applicationMode (141.00s)
--- PASS: TestAccKinesisAnalyticsV2Application_CloudWatchLoggingOptions_add (235.50s)
--- PASS: TestAccKinesisAnalyticsV2Application_EnvironmentProperties_update (365.02s)
--- PASS: TestAccKinesisAnalyticsV2Application_SQLApplicationVPC_delete (214.10s)
--- PASS: TestAccKinesisAnalyticsV2Application_disappears (85.00s)
--- PASS: TestAccKinesisAnalyticsV2Application_basicSQLApplication (92.06s)
--- PASS: TestAccKinesisAnalyticsV2Application_basicFlinkApplication (422.95s)
--- PASS: TestAccKinesisAnalyticsV2Application_tags (137.03s)
--- PASS: TestAccKinesisAnalyticsV2Application_FlinkApplicationStartApplication_onUpdate (342.06s)
--- PASS: TestAccKinesisAnalyticsV2Application_RunConfiguration_Update (582.36s)
--- PASS: TestAccKinesisAnalyticsV2Application_FlinkApplication_updateRunning (418.99s)
--- PASS: TestAccKinesisAnalyticsV2Application_FlinkApplication_restoreFromSnapshot (622.65s)
--- PASS: TestAccKinesisAnalyticsV2Application_SQLApplicationVPC_add (295.24s)
--- PASS: TestAccKinesisAnalyticsV2Application_FlinkApplicationEnvironmentProperties_update (293.61s)
--- PASS: TestAccKinesisAnalyticsV2Application_SQLApplicationVPC_update (294.20s)
--- PASS: TestAccKinesisAnalyticsV2Application_FlinkApplication_update (294.61s)
--- PASS: TestAccKinesisAnalyticsV2Application_CloudWatchLoggingOptions_delete (204.91s)
--- PASS: TestAccKinesisAnalyticsV2Application_CloudWatchLoggingOptions_update (205.37s)
--- PASS: TestAccKinesisAnalyticsV2Application_ServiceExecutionRole_update (219.36s)
--- PASS: TestAccKinesisAnalyticsV2Application_ApplicationCode_update (219.68s)

...

Copy link

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 tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. service/kinesisanalyticsv2 Issues and PRs that pertain to the kinesisanalyticsv2 service. size/S Managed by automation to categorize the size of a PR. labels May 26, 2024
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label May 26, 2024
@justinretzolk justinretzolk added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels May 28, 2024
@johnsonaj johnsonaj self-assigned this May 28, 2024
@terraform-aws-provider terraform-aws-provider bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label May 28, 2024
Copy link
Contributor

@johnsonaj johnsonaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

% make testacc TESTARGS='-run=TestAccKinesisAnalyticsV2Application_applicationMode\|TestAccKinesisAnalyticsV2Application_basic\|TestAccKinesisAnalyticsV2Application_disappears' PKG=kinesisanalyticsv2

==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/kinesisanalyticsv2/... -v -count 1 -parallel 20  -run=TestAccKinesisAnalyticsV2Application_applicationMode\|TestAccKinesisAnalyticsV2Application_basic\|TestAccKinesisAnalyticsV2Application_disappears -timeout 360m
--- PASS: TestAccKinesisAnalyticsV2Application_basicSQLApplication (23.42s)
--- PASS: TestAccKinesisAnalyticsV2Application_disappears (24.20s)
--- PASS: TestAccKinesisAnalyticsV2Application_applicationMode (60.50s)
--- PASS: TestAccKinesisAnalyticsV2Application_basicFlinkApplication (122.22s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/kinesisanalyticsv2	127.497s

@johnsonaj johnsonaj changed the title application mode r/kinesisanalyticsv2_application: add application_mode attribute May 28, 2024
@github-actions github-actions bot added the documentation Introduces or discusses updates to documentation. label May 28, 2024
@johnsonaj
Copy link
Contributor

@nikhil-goenka thank you for the contribution! 🎉

@johnsonaj johnsonaj merged commit b58a180 into hashicorp:main May 28, 2024
53 checks passed
@github-actions github-actions bot added this to the v5.52.0 milestone May 28, 2024
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label May 30, 2024
Copy link

This functionality has been released in v5.52.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!

@nikhil-goenka nikhil-goenka deleted the f/aws_kinesisanalyticsv2_application branch June 16, 2024 13:01
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 Jul 22, 2024
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. enhancement Requests to existing resources that expand the functionality or scope. service/kinesisanalyticsv2 Issues and PRs that pertain to the kinesisanalyticsv2 service. size/S 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.

[Enhancement]: Add support for Kinesis Data Analytics Studio notebook
3 participants