Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 29, 2023
1 parent 279114e commit 6614bdc
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions cloud/resource_pulsar_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,51 +97,6 @@ func resourcePulsarCluster() *schema.Resource {
Description: descriptions["storage_unit"],
ValidateFunc: validateCUSU,
},
"websocket_enabled": {
Type: schema.TypeBool,
Optional: true,
Default: true,
Description: descriptions["websocket_enabled"],
},
"function_enabled": {
Type: schema.TypeBool,
Optional: true,
Default: false,
Description: descriptions["function_enabled"],
},
"transaction_enabled": {
Type: schema.TypeBool,
Optional: true,
Default: false,
Description: descriptions["transaction_enabled"],
},
"kafka": {
Type: schema.TypeMap,
Optional: true,
Default: map[string]interface{}{},
Description: descriptions["kafka"],
},
"mqtt": {
Type: schema.TypeMap,
Optional: true,
Default: map[string]interface{}{},
Description: descriptions["mqtt"],
},
"audit_log": {
Type: schema.TypeSet,
Optional: true,
MinItems: 1,
Description: descriptions["audit_log"],
Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: validateAuditLog,
},
},
"custom": {
Type: schema.TypeMap,
Optional: true,
Description: descriptions["custom"],
},
"config": {
Type: schema.TypeSet,
Optional: true,
Expand Down

0 comments on commit 6614bdc

Please sign in to comment.