Domains
akamai_gtm_domains
Get all of your Global Traffic Management domains.
data "akamai_gtm_domains" "my_domains" {
}
Changes to Outputs:
+ my_domains = {
+ domains = [
+ {
+ acg_id = "C-0N7RAC7"
+ activation_state = "COMPLETE"
+ change_id = ""
+ delete_request_id = ""
+ last_modified = "2023-09-26T18:20:53.000+00:00"
+ last_modified_by = "jsmith"
+ links = [
+ {
+ href = "https://akab-h05tnam3wl42son7nktnlnnx-kbob3i3v.luna.akamaiapis.net/config-gtm/v1/domains/my-domain-1.akadns.net"
+ rel = "self"
},
]
+ modification_comments = "My domain"
+ name = "my-domain-1.akadns.net"
+ sign_and_serve = false
+ sign_and_serve_algorithm = ""
+ status = "2023-12-23 19:57 GMT: Current configuration has been propagated to all GTM nameservers"
},
+ {
+ acg_id = "C-0N7RAC7"
+ activation_state = "COMPLETE"
+ change_id = ""
+ delete_request_id = ""
+ last_modified = "2023-10-01T16:18:11.000+00:00"
+ last_modified_by = "jsmith"
+ links = [
+ {
+ href = "https://akab-h05tnam3wl42son7nktnlnnx-kbob3i3v.luna.akamaiapis.net/config-gtm/v1/domains/my-domain-2.akadns.net"
+ rel = "self"
},
]
+ modification_comments = "My domain 2"
+ name = "my-domain-2.akadns.net"
+ sign_and_serve = false
+ sign_and_serve_algorithm = ""
+ status = "2023-11-23 19:57 GMT: Current configuration has been propagated to all GTM nameservers"
},
]
}
Arguments
This data source is passed empty.
Attributes
Returned are high-level details about your domains.
Argument | Description |
---|---|
acg_id | The contract ID associated with the domain. |
activation_state | The activation state of your domain. One of:
|
change_id | The UUID that identifies a version of the domain configuration. |
delete_request_id | The UUID for delete request during domain deletion. Null if not deleted. |
last_modified | The date the domain was last modified. |
last_modified_by | The user who last modified the domain. |
links | The direct URL to the domain.Contains:
|
modification_comments | A human-readable note about changes to the domain. |
name | Your domain's name. |
sign_and_serve | Whether the domain's resource records were validated by a validating resolver. |
sign_and_serve_algorithm | The signing algorithm used for signAndServe . One of:
|
status | Your domain's propagation status across the GTM nameservers. |
Updated 9 months ago