Releases: sysdiglabs/terraform-aws-secure-for-cloud
Releases · sysdiglabs/terraform-aws-secure-for-cloud
v0.9.1
v0.9.0
Full Changelog: v0.8.2...v0.9.0
Refactor / Breaking Changes
- Image Scanning feature will now be disabled by default (#84)
- to enable scanning use
deploy_image_scanning_ecr
anddeploy_image_scanning_ecs
input variable parameters.
- to enable scanning use
Features
- added a new compute type AppRunner (example/single-account-apprunner) to deploy cloud-connector workload in a lighter way than ECS (#85) (#93) (#97)
- Remove s3 bucket for cloud-connector config, in favor of an environment variable (#86) (#91)
Small Modifications
- consolidate tf 0.15 and review ci (#94)
- notify sysdig internal slack on issue creation (#87)
- fix precommit hook maintenance (#83)
Documentation
v0.8.2
v0.8.1
Small Modifications
- pin down permissions for single-k8s example (#74)
aws_iam_access_key
resource, modify lifecycle to reduce possible disruption (#73)- resouce-group+tags usage awareness (#70)
Documentation
- rotation guidelines for k8s example aws_iam_access_key (#73)
- troubleshooting, sysdig_secure_url and org permissions (#71)
Continuous Integration
- test validate (#69)
v0.8.0
Breaking Changes
- Removed all providers from examples (#66)
- we mainly did it to let some clients condition the example installation (which could not be done due to Terraform restrictions with conditionals and providers
A module intended to be called by one or more other modules must not contain any provider blocks.
A module containing its own provider configurations is not compatible with the for_each, count, and depends_on - this aligns with terraform good practices, but requires user to explicitly define all providers
- we mainly did it to let some clients condition the example installation (which could not be done due to Terraform restrictions with conditionals and providers
Small Modifications
v0.7.0
Breaking Changes
- Terraform AWS provider launched version 4.0 with breaking changes (#64), upgrade bucket acl/lifecycle/versioning usage to these
Features
Small Modifications
- remove secretmanager and kms permissions from workload (#60)
Documentation
- cross provider homogeneization
- add troubleshooting 400 AuthorizationHeaderMalformed on ecs cpu/mem usage
- tips on contribute