Skip to content

Commit

Permalink
revert first
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Jan 22, 2025
1 parent 14d13c9 commit 88b1a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/resource_pulsar_namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func resourcePulsarNamespace() *schema.Resource {
ValidateFunc: validateGtEq0,
},
"replication_clusters": {
Type: schema.TypeSet,
Type: schema.TypeList,
Optional: true,
Computed: true,
MinItems: 1,
Expand Down

0 comments on commit 88b1a3d

Please sign in to comment.