Skip to content

Commit

Permalink
TEMPORARY - test that it detects schema problems
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Nov 21, 2023
1 parent 862a0ff commit 6351b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mongodbatlas/fw_resource_mongodbatlas_alert_configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ func (r *AlertConfigurationRS) Schema(ctx context.Context, req resource.SchemaRe
boolplanmodifier.UseStateForUnknown(),
},
},
"count": schema.StringAttribute{
Computed: true,
},
},
Blocks: map[string]schema.Block{
"matcher": schema.ListNestedBlock{
Expand Down
1 change: 1 addition & 0 deletions mongodbatlas/fw_resource_mongodbatlas_database_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (r *DatabaseUserRS) Schema(ctx context.Context, req resource.SchemaRequest,
stringvalidator.OneOf("NONE", "USER", "ROLE"),
},
},
"connection": schema.StringAttribute{},
},
Blocks: map[string]schema.Block{
"roles": schema.SetNestedBlock{
Expand Down

0 comments on commit 6351b2d

Please sign in to comment.