PaloAltoNetworks / terraform-provider-bridgecrew

The Terraform Provider for the Bridgecrew Platform
Mozilla Public License 2.0
6 stars 3 forks source link

add data source for incidents #4

Open JamesWoolfenden opened 2 years ago

JamesWoolfenden commented 2 years ago

api supports this

hi-artem commented 2 years ago

i will work on this one

JamesWoolfenden commented 2 years ago

i had to merge this over. but its in, so thanks!! If you want there is more that needs doing on the incident datasource as the api the params so you can add content to the body of the post to filter the data:{

     "severities": [
          "CRITICAL"
     ],
     "categories": [
          "IAM"
     ],
     "sort": "severity"
}
hi-artem commented 2 years ago

@JamesWoolfenden sounds good! i am on it.