You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"aviatrix_gateway_certificate_config" {
source="./modules/aviatrix/r/aviatrix_gateway_certificate_config"# ca_certificate - (required) is a type of stringca_certificate=null# ca_private_key - (required) is a type of stringca_private_key=null
}
resource"aviatrix_gateway_certificate_config""this" {
# ca_certificate - (required) is a type of stringca_certificate=var.ca_certificate# ca_private_key - (required) is a type of stringca_private_key=var.ca_private_key
}