-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
resource google_cloud_ids_endpoint #10694
resource google_cloud_ids_endpoint #10694
Comments
Would love to see this get made 🙏 |
would love to help work on this too. trying out this tool but would love it on tf |
+1 on this, often IDS is required for compliance, and having it configurable via Terraform makes it reproducible. |
+1 me too! IDS is required for compliance, |
b/198475470 |
This was resolved by GoogleCloudPlatform/magic-modules#6617 |
Thank you👍 |
Awesome |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
New resource
With new resource I'd like to create/remove/update cloud IDS endpoint. Link on service: https://cloud.google.com/intrusion-detection-system
Potential Terraform Configuration
Argument Reference
name
- (Required) Name of the Cloud IDS endpoint.network
- (Required) Name of the VPC network that is connected to the IDS endpoint. This can either contain the VPC network name itself (like "src-net") or the full URL to the network (like "projects/{project_id}/global/networks/src-net"). This field is required when creating the endpoint.zone
- (Required) The zone of the endpoint.severity
- (Required) The minimum alert severity level that is reported by the endpoint. Possible values are as follows:description
- (Optional) Description of the endpoint.enable_traffic_logs
- (default:false
) Whether to enable traffic logs on the endpoint. Enabling traffic logs can generate a large number of logs which can increase costs in Cloud Logging.labels
- (Optional) List of label KEY=VALUE pairs to add.Attributes Reference
self_link
- Name of the endpoint in the format projects/{project_id}/locations/{locationId}/endpoints/{endpointId}.endpoint_forwarding_rule
- URL of the endpoint's network address to which traffic is to be sent by Packet Mirroring.endpoint
- Internal IP address of the endpoint's network entry point.References
https://cloud.google.com/intrusion-detection-system/docs/configuring-ids#api
The text was updated successfully, but these errors were encountered: