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"avi_testsedatastorelevel1" {
source="./modules/avi/r/avi_testsedatastorelevel1"# name - (required) is a type of stringname=null# tenant_ref - (optional) is a type of stringtenant_ref=null# test_se_datastore_level_2_ref - (optional) is a type of stringtest_se_datastore_level_2_ref=null# uuid - (optional) is a type of stringuuid=null
}
resource"avi_testsedatastorelevel1""this" {
# name - (required) is a type of stringname=var.name# tenant_ref - (optional) is a type of stringtenant_ref=var.tenant_ref# test_se_datastore_level_2_ref - (optional) is a type of stringtest_se_datastore_level_2_ref=var.test_se_datastore_level_2_ref# uuid - (optional) is a type of stringuuid=var.uuid
}