-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
r/aws_guardduty_malware_protection_plan #37919
r/aws_guardduty_malware_protection_plan #37919
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
go generate ./internal/conns/...
go get github.com/hashicorp/terraform-provider-aws/internal/conns
make gen
c4f35e7
to
2e9f0a2
Compare
Design considerations. There is a block for resource "aws_guardduty_malware_protection_plan" "example" {
// other args removed
actions {
tagging {
status = "ENABLED"
}
} From an API perspective,
|
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 🚀.
% make testacc TESTARGS='-run=TestAccGuardDutyMalwareProtectionPlan_' PKG=guardduty ACCTEST_PARALLELISM=2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.2 test ./internal/service/guardduty/... -v -count 1 -parallel 2 -run=TestAccGuardDutyMalwareProtectionPlan_ -timeout 360m
=== RUN TestAccGuardDutyMalwareProtectionPlan_basic
=== PAUSE TestAccGuardDutyMalwareProtectionPlan_basic
=== RUN TestAccGuardDutyMalwareProtectionPlan_role
=== PAUSE TestAccGuardDutyMalwareProtectionPlan_role
=== RUN TestAccGuardDutyMalwareProtectionPlan_actionsTaggingStatus
=== PAUSE TestAccGuardDutyMalwareProtectionPlan_actionsTaggingStatus
=== RUN TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketName
=== PAUSE TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketName
=== RUN TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketObjectPrefix
=== PAUSE TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketObjectPrefix
=== RUN TestAccGuardDutyMalwareProtectionPlan_disappears
=== PAUSE TestAccGuardDutyMalwareProtectionPlan_disappears
=== RUN TestAccGuardDutyMalwareProtectionPlan_tags
=== PAUSE TestAccGuardDutyMalwareProtectionPlan_tags
=== CONT TestAccGuardDutyMalwareProtectionPlan_basic
=== CONT TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketObjectPrefix
--- PASS: TestAccGuardDutyMalwareProtectionPlan_basic (31.95s)
=== CONT TestAccGuardDutyMalwareProtectionPlan_actionsTaggingStatus
--- PASS: TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketObjectPrefix (45.36s)
=== CONT TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketName
--- PASS: TestAccGuardDutyMalwareProtectionPlan_actionsTaggingStatus (35.15s)
=== CONT TestAccGuardDutyMalwareProtectionPlan_role
--- PASS: TestAccGuardDutyMalwareProtectionPlan_protectedResourceS3BucketName (35.55s)
=== CONT TestAccGuardDutyMalwareProtectionPlan_tags
--- PASS: TestAccGuardDutyMalwareProtectionPlan_role (37.98s)
=== CONT TestAccGuardDutyMalwareProtectionPlan_disappears
--- PASS: TestAccGuardDutyMalwareProtectionPlan_disappears (23.30s)
--- PASS: TestAccGuardDutyMalwareProtectionPlan_tags (47.87s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/guardduty 133.055s
@GlennChia Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.54.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
Creates a new resource for
aws_guardduty_malware_protection_plan
Relations
Closes #37918
References
Output from Acceptance Testing