terraform-provider-sysdig
terraform-provider-sysdig copied to clipboard
Sysdig Terraform provider. Allow to handle Sysdig Secure policies as code.
This PR adds `routingkey` into metadata in the cloudauth account resource, needed when onboarding gcp accounts. The cloudauth proto has been updated in the protorepo and copy pasted here.
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Hi I was trying to create a resource using via terraform just copying from documentation at [here](https://registry.terraform.io/providers/sysdiglabs/sysdig/latest/docs/resources/monitor_alert_event) : * main.tf ``` resource "sysdig_monitor_alert_event" "sample" { name = "[Kubernetes] Failed to...
I was able to utilize the exception list functions for the legacy scanning engine but I'm not seeing a way to manage the new engine risk acceptance. - sysdig_secure_vulnerability_exception_list -...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.2+incompatible to 24.0.9+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.9 24.0.9 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
according to the documentation, `member.id` is required if `member.type === TEAM`. However if I define the following share setting: ``` share { role = "ROLE_RESOURCE_EDIT" member { type = "USER_TEAMS"...