Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Feb 20, 2024
1 parent 9dd4808 commit e5a6062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/cosmos/cosmosdb_account_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ func resourceCosmosDbAccount() *pluginsdk.Resource {
}, false),
},

// Though `tier` has the default value `Continuous7Days` but `tier` is only for the backup type `Continuous`. So the default value isn't added in the property schema.
// Though `tier` has the default value `Continuous30Days` but `tier` is only for the backup type `Continuous`. So the default value isn't added in the property schema.
"tier": {
Type: pluginsdk.TypeString,
Optional: true,
Expand Down

0 comments on commit e5a6062

Please sign in to comment.