Skip to content

Commit

Permalink
azurerm_cosmosdb_cassandra_table - remove Computed from default_ttl (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei authored Jun 14, 2024
1 parent 1e12a2b commit 1d6f2d1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func resourceCosmosDbCassandraTable() *pluginsdk.Resource {
"default_ttl": {
Type: pluginsdk.TypeInt,
Optional: true,
Computed: true,
ValidateFunc: validation.IntAtLeast(-1),
},

Expand Down

0 comments on commit 1d6f2d1

Please sign in to comment.