imperva / terraform-provider-incapsula

This package is a plugin for Terraform, and is designed to be used to auto-provision sites in Incapsula via Incapsula’s API from the terraform cli/yaml configurations.
Mozilla Public License 2.0
44 stars 72 forks source link

feat: add site ID lookup by website domain #269

Closed mktgo closed 8 months ago

mktgo commented 1 year ago

This adds a data source "incapsula_site" for looking up incapsula sites via domain name.

It grabs a list of all sites in the specified account and loops through looking for a matching domain name.

mktgo commented 1 year ago

Thanks @Raphyo5 I'll do that, just returned from holiday break so should get a chance this week.

kengibous commented 9 months ago

@mktgo any update on this? This looks very helpful.