You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.