-
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
feat: Add lambda_code attr to aws_inspector2_organization_configuration resource #34261
feat: Add lambda_code attr to aws_inspector2_organization_configuration resource #34261
Conversation
Community NoteVoting for Prioritization
For Submitters
|
2872c93
to
5e9d8b3
Compare
5e9d8b3
to
6733a31
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 🚀.
% make testacc TESTARGS='-run=TestAccInspector2_serial/OrganizationConfiguration' PKG=inspector2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/inspector2/... -v -count 1 -parallel 20 -run=TestAccInspector2_serial/OrganizationConfiguration -timeout 360m
=== RUN TestAccInspector2_serial
=== PAUSE TestAccInspector2_serial
=== CONT TestAccInspector2_serial
=== RUN TestAccInspector2_serial/OrganizationConfiguration
=== RUN TestAccInspector2_serial/OrganizationConfiguration/lambdaCode
=== RUN TestAccInspector2_serial/OrganizationConfiguration/basic
=== RUN TestAccInspector2_serial/OrganizationConfiguration/disappears
=== RUN TestAccInspector2_serial/OrganizationConfiguration/ec2ECR
=== RUN TestAccInspector2_serial/OrganizationConfiguration/lambda
--- PASS: TestAccInspector2_serial (299.84s)
--- PASS: TestAccInspector2_serial/OrganizationConfiguration (299.84s)
--- PASS: TestAccInspector2_serial/OrganizationConfiguration/lambdaCode (35.33s)
--- PASS: TestAccInspector2_serial/OrganizationConfiguration/basic (36.18s)
--- PASS: TestAccInspector2_serial/OrganizationConfiguration/disappears (39.84s)
--- PASS: TestAccInspector2_serial/OrganizationConfiguration/ec2ECR (33.73s)
--- PASS: TestAccInspector2_serial/OrganizationConfiguration/lambda (37.07s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/inspector2 304.816s
@acwwat Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.25.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
This PR is for adding the
lambda_code
attribute to theauto_enable
block of theaws_inspector2_organization_configuration
resource, which will add support for managing Lambda code scanning at the organizational level.Relations
Closes #34200
References
lambda_code
support toaws_inspector2_organization_configuration
#34200Output from Acceptance Testing