forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fork Sync: Update from parent repository #35
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This addresses issue #19893.
This reverts commit 931f43f.
# Conflicts: # website/docs/r/guardduty_detector.html.markdown
% make testacc TESTARGS='-run=TestAccGuardDuty_serial/Filter' PKG=guardduty ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/guardduty/... -v -count 1 -parallel 20 -run=TestAccGuardDuty_serial/Filter -timeout 360m === RUN TestAccGuardDuty_serial === PAUSE TestAccGuardDuty_serial === CONT TestAccGuardDuty_serial === RUN TestAccGuardDuty_serial/Filter === RUN TestAccGuardDuty_serial/Filter/basic === RUN TestAccGuardDuty_serial/Filter/update === RUN TestAccGuardDuty_serial/Filter/tags === RUN TestAccGuardDuty_serial/Filter/disappears --- PASS: TestAccGuardDuty_serial (172.71s) --- PASS: TestAccGuardDuty_serial/Filter (172.71s) --- PASS: TestAccGuardDuty_serial/Filter/basic (49.88s) --- PASS: TestAccGuardDuty_serial/Filter/update (38.80s) --- PASS: TestAccGuardDuty_serial/Filter/tags (58.11s) --- PASS: TestAccGuardDuty_serial/Filter/disappears (25.92s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/guardduty 177.788s
% make testacc TESTARGS='-run=TestAccGuardDuty_serial' PKG=guardduty ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/guardduty/... -v -count 1 -parallel 20 -run=TestAccGuardDuty_serial -timeout 360m === RUN TestAccGuardDuty_serial === PAUSE TestAccGuardDuty_serial === CONT TestAccGuardDuty_serial === RUN TestAccGuardDuty_serial/InviteAccepter === RUN TestAccGuardDuty_serial/InviteAccepter/basic guardduty_test.go:84: Environment variable AWS_GUARDDUTY_MEMBER_ACCOUNT_ID is not set. To properly test inviting GuardDuty member accounts, a valid AWS account ID must be provided. === RUN TestAccGuardDuty_serial/IPSet === RUN TestAccGuardDuty_serial/IPSet/basic guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/IPSet/tags guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/OrganizationConfiguration === RUN TestAccGuardDuty_serial/OrganizationConfiguration/s3Logs acctest.go:926: skipping tests; this AWS account must not be an existing member of an AWS Organization === RUN TestAccGuardDuty_serial/OrganizationConfiguration/kubernetes acctest.go:926: skipping tests; this AWS account must not be an existing member of an AWS Organization === RUN TestAccGuardDuty_serial/OrganizationConfiguration/malwareProtection acctest.go:926: skipping tests; this AWS account must not be an existing member of an AWS Organization === RUN TestAccGuardDuty_serial/OrganizationConfiguration/basic acctest.go:926: skipping tests; this AWS account must not be an existing member of an AWS Organization === RUN TestAccGuardDuty_serial/OrganizationConfiguration/autoEnableOrganizationMembers acctest.go:926: skipping tests; this AWS account must not be an existing member of an AWS Organization === RUN TestAccGuardDuty_serial/Detector === RUN TestAccGuardDuty_serial/Detector/features_ebs_malware_protection guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/features_rds_login_events guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/features_eks_runtime_monitoring guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/datasource_basic guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/datasource_id guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/datasources_malware_protection guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/datasources_all guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/features_eks_audit_logs guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/features_s3_data_events guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/tags guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/basic guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/datasources_s3logs guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Detector/datasources_kubernetes_audit_logs guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Filter === RUN TestAccGuardDuty_serial/Filter/basic guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Filter/update guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Filter/tags guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Filter/disappears guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/FindingIDs === RUN TestAccGuardDuty_serial/FindingIDs/datasource_basic === RUN TestAccGuardDuty_serial/OrganizationAdminAccount === RUN TestAccGuardDuty_serial/OrganizationAdminAccount/basic acctest.go:926: skipping tests; this AWS account must not be an existing member of an AWS Organization === RUN TestAccGuardDuty_serial/ThreatIntelSet === RUN TestAccGuardDuty_serial/ThreatIntelSet/basic guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/ThreatIntelSet/tags guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Member === RUN TestAccGuardDuty_serial/Member/basic guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/Member/inviteOnUpdate guardduty_test.go:84: Environment variable AWS_GUARDDUTY_MEMBER_ACCOUNT_ID is not set. To properly test inviting GuardDuty member accounts, a valid AWS account ID must be provided. === RUN TestAccGuardDuty_serial/Member/inviteDisassociate guardduty_test.go:84: Environment variable AWS_GUARDDUTY_MEMBER_ACCOUNT_ID is not set. To properly test inviting GuardDuty member accounts, a valid AWS account ID must be provided. === RUN TestAccGuardDuty_serial/Member/invitationMessage guardduty_test.go:84: Environment variable AWS_GUARDDUTY_MEMBER_ACCOUNT_ID is not set. To properly test inviting GuardDuty member accounts, a valid AWS account ID must be provided. === RUN TestAccGuardDuty_serial/PublishingDestination === RUN TestAccGuardDuty_serial/PublishingDestination/basic guardduty_test.go:128: this AWS account has a GuardDuty Detector === RUN TestAccGuardDuty_serial/PublishingDestination/disappears guardduty_test.go:128: this AWS account has a GuardDuty Detector --- PASS: TestAccGuardDuty_serial (72.79s) --- PASS: TestAccGuardDuty_serial/InviteAccepter (0.00s) --- SKIP: TestAccGuardDuty_serial/InviteAccepter/basic (0.00s) --- PASS: TestAccGuardDuty_serial/IPSet (1.15s) --- SKIP: TestAccGuardDuty_serial/IPSet/basic (1.03s) --- SKIP: TestAccGuardDuty_serial/IPSet/tags (0.12s) --- PASS: TestAccGuardDuty_serial/OrganizationConfiguration (5.03s) --- SKIP: TestAccGuardDuty_serial/OrganizationConfiguration/s3Logs (0.21s) --- SKIP: TestAccGuardDuty_serial/OrganizationConfiguration/kubernetes (0.11s) --- SKIP: TestAccGuardDuty_serial/OrganizationConfiguration/malwareProtection (1.96s) --- SKIP: TestAccGuardDuty_serial/OrganizationConfiguration/basic (0.11s) --- SKIP: TestAccGuardDuty_serial/OrganizationConfiguration/autoEnableOrganizationMembers (2.64s) --- PASS: TestAccGuardDuty_serial/Detector (1.45s) --- SKIP: TestAccGuardDuty_serial/Detector/features_ebs_malware_protection (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/features_rds_login_events (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/features_eks_runtime_monitoring (0.12s) --- SKIP: TestAccGuardDuty_serial/Detector/datasource_basic (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/datasource_id (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/datasources_malware_protection (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/datasources_all (0.12s) --- SKIP: TestAccGuardDuty_serial/Detector/features_eks_audit_logs (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/features_s3_data_events (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/tags (0.12s) --- SKIP: TestAccGuardDuty_serial/Detector/basic (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/datasources_s3logs (0.11s) --- SKIP: TestAccGuardDuty_serial/Detector/datasources_kubernetes_audit_logs (0.10s) --- PASS: TestAccGuardDuty_serial/Filter (0.47s) --- SKIP: TestAccGuardDuty_serial/Filter/basic (0.12s) --- SKIP: TestAccGuardDuty_serial/Filter/update (0.11s) --- SKIP: TestAccGuardDuty_serial/Filter/tags (0.12s) --- SKIP: TestAccGuardDuty_serial/Filter/disappears (0.11s) --- PASS: TestAccGuardDuty_serial/FindingIDs (63.93s) --- PASS: TestAccGuardDuty_serial/FindingIDs/datasource_basic (63.93s) --- PASS: TestAccGuardDuty_serial/OrganizationAdminAccount (0.21s) --- SKIP: TestAccGuardDuty_serial/OrganizationAdminAccount/basic (0.21s) --- PASS: TestAccGuardDuty_serial/ThreatIntelSet (0.22s) --- SKIP: TestAccGuardDuty_serial/ThreatIntelSet/basic (0.11s) --- SKIP: TestAccGuardDuty_serial/ThreatIntelSet/tags (0.11s) --- PASS: TestAccGuardDuty_serial/Member (0.13s) --- SKIP: TestAccGuardDuty_serial/Member/basic (0.13s) --- SKIP: TestAccGuardDuty_serial/Member/inviteOnUpdate (0.00s) --- SKIP: TestAccGuardDuty_serial/Member/inviteDisassociate (0.00s) --- SKIP: TestAccGuardDuty_serial/Member/invitationMessage (0.00s) --- PASS: TestAccGuardDuty_serial/PublishingDestination (0.21s) --- SKIP: TestAccGuardDuty_serial/PublishingDestination/basic (0.11s) --- SKIP: TestAccGuardDuty_serial/PublishingDestination/disappears (0.11s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/guardduty 78.326s
…'aws_guardduty_detector_feature'.
% make testacc TESTARGS='-run=TestAccGuardDuty_serial/DetectorFeature' PKG=guardduty ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/guardduty/... -v -count 1 -parallel 20 -run=TestAccGuardDuty_serial/DetectorFeature -timeout 360m === RUN TestAccGuardDuty_serial === PAUSE TestAccGuardDuty_serial === CONT TestAccGuardDuty_serial === RUN TestAccGuardDuty_serial/DetectorFeature === RUN TestAccGuardDuty_serial/DetectorFeature/basic --- PASS: TestAccGuardDuty_serial (26.71s) --- PASS: TestAccGuardDuty_serial/DetectorFeature (26.71s) --- PASS: TestAccGuardDuty_serial/DetectorFeature/basic (26.71s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/guardduty 32.307s
% make testacc TESTARGS='-run=TestAccGuardDuty_serial/DetectorFeature/multiple' PKG=guardduty ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/guardduty/... -v -count 1 -parallel 20 -run=TestAccGuardDuty_serial/DetectorFeature/multiple -timeout 360m === RUN TestAccGuardDuty_serial === PAUSE TestAccGuardDuty_serial === CONT TestAccGuardDuty_serial === RUN TestAccGuardDuty_serial/DetectorFeature === RUN TestAccGuardDuty_serial/DetectorFeature/multiple --- PASS: TestAccGuardDuty_serial (62.34s) --- PASS: TestAccGuardDuty_serial/DetectorFeature (62.34s) --- PASS: TestAccGuardDuty_serial/DetectorFeature/multiple (62.34s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/guardduty 67.776s
…tector." This reverts commit 10be4c2.
% make testacc TESTARGS='-run=TestAccGuardDuty_serial/DetectorFeature/multiple' PKG=guardduty ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/guardduty/... -v -count 1 -parallel 20 -run=TestAccGuardDuty_serial/DetectorFeature/multiple -timeout 360m === RUN TestAccGuardDuty_serial === PAUSE TestAccGuardDuty_serial === CONT TestAccGuardDuty_serial === RUN TestAccGuardDuty_serial/DetectorFeature === RUN TestAccGuardDuty_serial/DetectorFeature/multiple --- PASS: TestAccGuardDuty_serial (57.49s) --- PASS: TestAccGuardDuty_serial/DetectorFeature (57.49s) --- PASS: TestAccGuardDuty_serial/DetectorFeature/multiple (57.49s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/guardduty 62.908s
% make testacc TESTARGS='-run=TestAccGuardDuty_serial/^Detector$$/datasource_' PKG=guardduty ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/guardduty/... -v -count 1 -parallel 20 -run=TestAccGuardDuty_serial/^Detector$/datasource_ -timeout 360m === RUN TestAccGuardDuty_serial === PAUSE TestAccGuardDuty_serial === CONT TestAccGuardDuty_serial === RUN TestAccGuardDuty_serial/Detector === RUN TestAccGuardDuty_serial/Detector/datasource_basic === RUN TestAccGuardDuty_serial/Detector/datasource_id --- PASS: TestAccGuardDuty_serial (43.59s) --- PASS: TestAccGuardDuty_serial/Detector (43.59s) --- PASS: TestAccGuardDuty_serial/Detector/datasource_basic (22.86s) --- PASS: TestAccGuardDuty_serial/Detector/datasource_id (20.73s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/guardduty 48.907s
… a single newline character'.
…2023 Support for features in GuardDuty Detector
Community NoteVoting for Prioritization
For Submitters
|
github-actions
bot
added
size/XL
documentation
Improvements or additions to documentation
generators
provider
tests
client-connections
service/guardduty
service/servicequotas
labels
Sep 29, 2023
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
client-connections
documentation
Improvements or additions to documentation
generators
provider
service/guardduty
service/servicequotas
size/XL
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.