Contact types
akamai_iam_contact_types
Get all the possible contact types that Akamai supports.
data "akamai_iam_contact_types" "my_contact_types" {
}
output "my_contact_types" {
  value = data.akamai_iam_contact_types.my_contact_types
}
Changes to Outputs:
  + my_contact_types = {
      + contact_types = [
          + "Billing",
          + "Business Decision Maker",
          + "Security",
          + "Technical Decision Maker",
        ]
      + id            = "akamai_iam_contact_types"
    }
Arguments
The data source is passed empty. The config_section argument in the Akamai provider block of your Terraform configuration provides the necessary information.
Attributes
Returned to you is a computed list of contact types.
Updated 3 months ago
