cloud-foundation-fabric/tests/modules/net_ilb_l7/fixture/test.ssl.tfvars

10 lines
141 B
HCL

protocol = "HTTPS"
ssl_certificates = {
create_configs = {
default = {
certificate = "FOO"
private_key = "FOO"
}
}
}