-
Notifications
You must be signed in to change notification settings - Fork 414
[datadog_agentless_scanning_gcp_scan_options] Add Terraform provider for GCP scan options #3321
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
[datadog_agentless_scanning_gcp_scan_options] Add Terraform provider for GCP scan options #3321
Conversation
c029be4 to
2e00bad
Compare
drichards-87
left a comment
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.
Left a suggestion from Docs and approved the PR.
Co-authored-by: DeForest Richards <[email protected]>
0f2dcd3 to
8cb2b45
Compare
…ScanningGcpScanOptions_InvalidProjectID
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
K9VULN-8133
This pull request introduces a new Terraform resource for managing Datadog Agentless Scanning GCP Scan Options, enabling users to configure scan options for GCP projects via the provider.
The changes include the implementation of the resource, supporting CRUD and import operations
New Resource Implementation:
datadog_agentless_scanning_gcp_scan_optionswith support for create, read, update, delete, and import operations, allowing configuration of GCP scan options such as vulnerability scanning for containers and hosts.fwprovider/framework_provider.go).Testing: