Hostname coverage
akamai_appsec_hostname_coverage
Returns information about the hostnames associated with your account. The returned data includes the hostname's protections, activation status, and other summary information.
data "akamai_appsec_hostname_coverage" "my_hostname_coverage" {
}
output "my_hostname_coverage" {
value = data.akamai_appsec_hostname_coverage.my_hostname_coverage
}
Argument
This data source is passed empty. The config_section argument in the Akamai provider block of your Terraform configuration provides the necessary information.
Attributes
Returned is a list of the hostname coverage information.
Updated 15 days ago
