terraform-provider-sysdig
terraform-provider-sysdig copied to clipboard
Sysdig Terraform provider. Allow to handle Sysdig Secure policies as code.
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.2+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...
* add resource to manage Inhibition rules * add new field to attach labels to alerts
* introduce the new `duration_seconds` attribute on v2 alerts that support it * deprecate `trigger_after_minutes` in favour of the new `range_seconds` (or `duration_seconds` in case of prometheus alerts) in order...
deprecate old resources to create alerts.
https://sysdig.atlassian.net/jira/software/c/projects/SSPROD/boards/439?assignee=63133467316bbc56c4250151&selectedIssue=SSPROD-43429
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.4 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) 0.7.6 (May...
The sysdig azure application needs to be added to the terraform provider so that it can be used by the dependent terraform modules. Se associated PR: https://github.com/draios/secure-backend/pull/36116
I am going to add a Role using tf, although my mistake caused me to write the wrong option in the authentication, the Role addition still succeeded, is this the...