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"mso_schema_template_anp_epg_contract" {
source="./modules/mso/d/mso_schema_template_anp_epg_contract"# anp_name - (required) is a type of stringanp_name=null# contract_name - (required) is a type of stringcontract_name=null# contract_schema_id - (optional) is a type of stringcontract_schema_id=null# contract_template_name - (optional) is a type of stringcontract_template_name=null# epg_name - (required) is a type of stringepg_name=null# relationship_type - (optional) is a type of stringrelationship_type=null# schema_id - (required) is a type of stringschema_id=null# template_name - (required) is a type of stringtemplate_name=null
}
data"mso_schema_template_anp_epg_contract""this" {
# anp_name - (required) is a type of stringanp_name=var.anp_name# contract_name - (required) is a type of stringcontract_name=var.contract_name# contract_schema_id - (optional) is a type of stringcontract_schema_id=var.contract_schema_id# contract_template_name - (optional) is a type of stringcontract_template_name=var.contract_template_name# epg_name - (required) is a type of stringepg_name=var.epg_name# relationship_type - (optional) is a type of stringrelationship_type=var.relationship_type# schema_id - (required) is a type of stringschema_id=var.schema_id# template_name - (required) is a type of stringtemplate_name=var.template_name
}