-
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
aws_workspaces_bundle: Fix empty (private) owner #14535
aws_workspaces_bundle: Fix empty (private) owner #14535
Conversation
080e5a7
to
a2bf2fa
Compare
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.
small change
func testAccDataSourceAwsWorkspaceBundleConfig(bundleID string) string { | ||
return fmt.Sprintf(` | ||
data "aws_workspaces_bundle" "test" { | ||
data aws_workspaces_bundle test { |
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.
lets revert quotes.
a0895d9
to
faa9bee
Compare
1d7b001
to
8417348
Compare
8417348
to
9617777
Compare
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 🚀
--- PASS: TestAccDataSourceAwsWorkspaceBundle_bundleIDAndNameConflict (33.06s)
--- PASS: TestAccDataSourceAwsWorkspaceBundle_privateOwner (73.64s)
--- PASS: TestAccDataSourceAwsWorkspaceBundle_basic (74.61s)
--- PASS: TestAccDataSourceAwsWorkspaceBundle_byOwnerName (76.38s)
This has been released in version 3.15.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 for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Release note for CHANGELOG:
Closes #14206.
Acceptance Tests
For private bundles test I've implemented the kind of the same trick (
AWS_WORKSPACES_BUNDLE_NAME
) as inaws_workspaces_image
test.