Skip to content

v0.3.0

Compare
Choose a tag to compare
@tembleking tembleking released this 12 May 19:43
· 364 commits to master since this release

NOTES:

  • Before this release, the sysdig_user resource could only be used if a Sysdig Secure API token was provided. The sysdig_user can now be used with either a Monitor API token or a Secure API token.

FEATURES:

  • New Resource: sysdig_secure_list
  • New Resource: sysdig_secure_macro
  • New Datasource: sysdig_secure_notification_channel
  • The following fields in the provider sysdig are now optional instead of required and will only be required when the user creates the resources that use them:
    • sysdig_secure_api_token
    • sysdig_secure_url
    • sysdig_monitor_api_token
    • sysdig_monitor_url
  • Added fields to the sysdig provider:
    • sysdig_secure_insecure_tls
    • sysdig_monitor_insecure_tls

BUG FIXES:

  • Updating a condition results in errors (#26)
  • Using TF_LOG=TRACE does not show the HTTP requests to the Sysdig API (#28)