-
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
mediaconvert: Use standard Regional endpoints, not per-account endpoints #35615
mediaconvert: Use standard Regional endpoints, not per-account endpoints #35615
Conversation
% make testacc TESTARGS='-run=TestAccMediaConvert' PKG=mediaconvert ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/mediaconvert/... -v -count 1 -parallel 2 -run=TestAccMediaConvert -timeout 360m === RUN TestAccMediaConvertQueueDataSource_basic === PAUSE TestAccMediaConvertQueueDataSource_basic === RUN TestAccMediaConvertQueue_basic === PAUSE TestAccMediaConvertQueue_basic === RUN TestAccMediaConvertQueue_disappears === PAUSE TestAccMediaConvertQueue_disappears === RUN TestAccMediaConvertQueue_withTags === PAUSE TestAccMediaConvertQueue_withTags === RUN TestAccMediaConvertQueue_reservationPlanSettings acctest.go:93: MediaConvert Reserved Queues are $400/month and cannot be deleted for 1 year. --- SKIP: TestAccMediaConvertQueue_reservationPlanSettings (0.00s) === RUN TestAccMediaConvertQueue_withStatus === PAUSE TestAccMediaConvertQueue_withStatus === RUN TestAccMediaConvertQueue_withDescription === PAUSE TestAccMediaConvertQueue_withDescription === CONT TestAccMediaConvertQueueDataSource_basic === CONT TestAccMediaConvertQueue_withTags --- PASS: TestAccMediaConvertQueueDataSource_basic (42.69s) === CONT TestAccMediaConvertQueue_withDescription --- PASS: TestAccMediaConvertQueue_withTags (118.81s) === CONT TestAccMediaConvertQueue_disappears --- PASS: TestAccMediaConvertQueue_withDescription (78.13s) === CONT TestAccMediaConvertQueue_basic --- PASS: TestAccMediaConvertQueue_disappears (65.92s) === CONT TestAccMediaConvertQueue_withStatus --- PASS: TestAccMediaConvertQueue_basic (80.26s) --- PASS: TestAccMediaConvertQueue_withStatus (52.32s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/mediaconvert 247.966s
% make testacc TESTARGS='-run=TestAccMediaConvert' PKG=mediaconvert ACCTEST_PARALLELISM=2 ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/mediaconvert/... -v -count 1 -parallel 2 -run=TestAccMediaConvert -timeout 360m === RUN TestAccMediaConvertQueueDataSource_basic === PAUSE TestAccMediaConvertQueueDataSource_basic === RUN TestAccMediaConvertQueue_basic === PAUSE TestAccMediaConvertQueue_basic === RUN TestAccMediaConvertQueue_disappears === PAUSE TestAccMediaConvertQueue_disappears === RUN TestAccMediaConvertQueue_withTags === PAUSE TestAccMediaConvertQueue_withTags === RUN TestAccMediaConvertQueue_reservationPlanSettings acctest.go:93: MediaConvert Reserved Queues are $400/month and cannot be deleted for 1 year. --- SKIP: TestAccMediaConvertQueue_reservationPlanSettings (0.00s) === RUN TestAccMediaConvertQueue_withStatus === PAUSE TestAccMediaConvertQueue_withStatus === RUN TestAccMediaConvertQueue_withDescription === PAUSE TestAccMediaConvertQueue_withDescription === CONT TestAccMediaConvertQueueDataSource_basic === CONT TestAccMediaConvertQueue_withTags --- PASS: TestAccMediaConvertQueueDataSource_basic (17.37s) === CONT TestAccMediaConvertQueue_withDescription --- PASS: TestAccMediaConvertQueue_withTags (44.88s) === CONT TestAccMediaConvertQueue_disappears --- PASS: TestAccMediaConvertQueue_withDescription (27.56s) === CONT TestAccMediaConvertQueue_basic --- PASS: TestAccMediaConvertQueue_disappears (16.32s) === CONT TestAccMediaConvertQueue_withStatus --- PASS: TestAccMediaConvertQueue_basic (19.36s) --- PASS: TestAccMediaConvertQueue_withStatus (28.81s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/mediaconvert 99.890s
… && go mod tidy'.
Community NoteVoting for Prioritization
For Submitters
|
This functionality has been released in v5.36.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
Also migrates to AWS SDK for Go v2.
Relations
Closes #35608.
Relates #32976.
Output from Acceptance Testing