-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Feature/app fabric connect app authorization #38084
Feature/app fabric connect app authorization #38084
Conversation
Community NoteVoting for Prioritization
For Submitters
|
@ewbankkit Not sure how to test oath2 at the moment, maybe we need to revisit aws_appfabric_app_authorization as well? |
…rization_connection'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccAppFabric_serial/^AppAuthorization$$' PKG=appfabric
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.4 test ./internal/service/appfabric/... -v -count 1 -parallel 20 -run=TestAccAppFabric_serial/^AppAuthorization$ -timeout 360m
=== RUN TestAccAppFabric_serial
=== PAUSE TestAccAppFabric_serial
=== CONT TestAccAppFabric_serial
=== RUN TestAccAppFabric_serial/AppAuthorization
=== RUN TestAccAppFabric_serial/AppAuthorization/oath2Update
=== RUN TestAccAppFabric_serial/AppAuthorization/tags
=== RUN TestAccAppFabric_serial/AppAuthorization/basic
=== RUN TestAccAppFabric_serial/AppAuthorization/disappears
=== RUN TestAccAppFabric_serial/AppAuthorization/apiKeyUpdate
--- PASS: TestAccAppFabric_serial (128.68s)
--- PASS: TestAccAppFabric_serial/AppAuthorization (128.68s)
--- PASS: TestAccAppFabric_serial/AppAuthorization/oath2Update (27.53s)
--- PASS: TestAccAppFabric_serial/AppAuthorization/tags (35.17s)
--- PASS: TestAccAppFabric_serial/AppAuthorization/basic (20.03s)
--- PASS: TestAccAppFabric_serial/AppAuthorization/disappears (18.58s)
--- PASS: TestAccAppFabric_serial/AppAuthorization/apiKeyUpdate (27.37s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appfabric 133.126s
% AWS_APPFABRIC_TERRAFORMCLOUD_TENANT_ID=... AWS_APPFABRIC_TERRAFORMCLOUD_SERVICE_ACCOUNT_TOKEN=... AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccAppFabric_serial/AppAuthorizationConnection/basic' PKG=appfabric
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.4 test ./internal/service/appfabric/... -v -count 1 -parallel 20 -run=TestAccAppFabric_serial/AppAuthorizationConnection/basic -timeout 360m
=== RUN TestAccAppFabric_serial
=== PAUSE TestAccAppFabric_serial
=== CONT TestAccAppFabric_serial
=== RUN TestAccAppFabric_serial/AppAuthorizationConnection
=== RUN TestAccAppFabric_serial/AppAuthorizationConnection/basic
--- PASS: TestAccAppFabric_serial (19.11s)
--- PASS: TestAccAppFabric_serial/AppAuthorizationConnection (19.11s)
--- PASS: TestAccAppFabric_serial/AppAuthorizationConnection/basic (19.11s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appfabric 23.417s
@markoskandylis Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.56.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! |
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. |
Description
This PR adds a resource for aws_appfabric_connect_app_authorization
https://docs.aws.amazon.com/appfabric/latest/api/API_ConnectAppAuthorization.html
Relations
Relates #34549
References
Output from Acceptance Testing