Skip to content

Commit

Permalink
fixed provider schema error with MaxItems conflict with computed
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Weerasinghe committed Sep 23, 2021
1 parent 1aa4d37 commit 82509ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloudability/resource_linked_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func resourceLinkedAccount() *schema.Resource {
"authorization": {
Type: schema.TypeSet,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"type": {
Expand Down
1 change: 0 additions & 1 deletion cloudability/resource_master_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func resourceMasterAccount() *schema.Resource {
"verification": {
Type: schema.TypeSet,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"state": {
Expand Down

0 comments on commit 82509ad

Please sign in to comment.