-
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
New resource: aws_resourceexplorer2_view
#28841
Conversation
Community NoteVoting for Prioritization
For Submitters
|
TODO
Currently failing acceptance test: % make testacc TESTARGS='-run=TestAccResourceExplorer2_serial/View/basic' PKG=resourceexplorer2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/resourceexplorer2/... -v -count 1 -parallel 20 -run=TestAccResourceExplorer2_serial/View/basic -timeout 180m
=== RUN TestAccResourceExplorer2_serial
=== PAUSE TestAccResourceExplorer2_serial
=== CONT TestAccResourceExplorer2_serial
=== RUN TestAccResourceExplorer2_serial/View
=== RUN TestAccResourceExplorer2_serial/View/basic
view_test.go:25: Step 1/2 error: After applying this test step and performing a `terraform refresh`, the plan was not empty.
stdout
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# aws_resourceexplorer2_view.test will be updated in-place
~ resource "aws_resourceexplorer2_view" "test" {
id = "arn:aws:resource-explorer-2:us-west-2:123456789012:view/tf-acc-test-8874149184511729715/979274c9-4909-47a9-a943-4b6e563c6a2b"
name = "tf-acc-test-8874149184511729715"
# (2 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccResourceExplorer2_serial (17.72s)
--- FAIL: TestAccResourceExplorer2_serial/View (17.72s)
--- FAIL: TestAccResourceExplorer2_serial/View/basic (17.72s)
FAIL
FAIL github.com/hashicorp/terraform-provider-aws/internal/service/resourceexplorer2 23.381s
FAIL
make: *** [testacc] Error 1 caused by configured |
#28883 should unblock. |
This functionality has been released in v4.51.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
Adds the
aws_resourceexplorer2_view
resource.Relations
Relates #27717.
Output from Acceptance Testing