最近更新时间:2020-09-10 21:06:57
This data source provides a list of lb host headers in the current region.
provider "ksyun" {
}
# Get slbs
data "ksyun_lb_host_headers" "default" {
output_file="output_result"
ids=[]
listener_id=[]
}
ids
- (Optional) A list of hostheader IDs.listener_id
- (Optional) The ID of listener.output_file
- (Optional) File name where to save data source results (after running terraform plan).create_time
- The time when the hostheader was created.host_header_id
- The ID of hostheader.host_header
- The hostheader.certificate_id
- The ID of certificate, HTTPS type listener creates this parameter which is not default.纯净模式