Skip to content

v0.5.8

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 16:44
· 377 commits to master since this release
6aa5983

Features

  • Import resources (#70) (6aa5983)
    Terraform is able to import existing infrastructure. This allows you take resources you've created by some other means and bring it under Terraform management.

Bug Fixes

  • Solve fields not correctly set (#69) (266b0c6)
    Some fields weren't being correctly set when retrieved from the API, like:
    • severity in all sysdig_monitor_alert_* resources
    • can_see_infrastructure_events in sysdig_monitor_team
    • can_use_aws_data in sysdig_monitor_team
    • severity in sysdig_secure_policy
    • Also tcp.ports and udp.ports in sysdig_secure_rule_network weren't being created correctly in the backend, thus, creating a network rule with no checked ports.