Skip to content

Commit

Permalink
fix(rgc): fix schema of blueprint (#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Zhang9309 authored Oct 16, 2024
1 parent 0093e2e commit 8b4dac0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func ResourceAccount() *schema.Resource {
"blueprint": {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 8b4dac0

Please sign in to comment.