parent
6f33262e8c
commit
bf9b225cb9
9 changed files with 287 additions and 44 deletions
|
|
@ -149,6 +149,11 @@ func (r *distributionDataSource) Schema(_ context.Context, _ datasource.SchemaRe
|
|||
Description: schemaDescriptions["config_regions"],
|
||||
ElementType: types.StringType,
|
||||
},
|
||||
"blocked_countries": schema.ListAttribute{
|
||||
Optional: true,
|
||||
Description: schemaDescriptions["config_blocked_countries"],
|
||||
ElementType: types.StringType,
|
||||
},
|
||||
"optimizer": schema.SingleNestedAttribute{
|
||||
Description: schemaDescriptions["config_optimizer"],
|
||||
Computed: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue