Skip to content

Commit

Permalink
chore: Clean up formatting for tenant_id attribute in cloud backup …
Browse files Browse the repository at this point in the history
…snapshot export bucket schema
  • Loading branch information
EspenAlbert committed Jan 7, 2025
1 parent 51b646f commit e98f7c7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/retry"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"

"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/constant"
"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/conversion"
"github.com/mongodb/terraform-provider-mongodbatlas/internal/config"
)
Expand Down Expand Up @@ -73,9 +72,9 @@ func Schema() map[string]*schema.Schema {
ForceNew: true,
},
"tenant_id": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Type: schema.TypeString,
Optional: true,
Computed: true,
},
}
}
Expand Down

0 comments on commit e98f7c7

Please sign in to comment.