Skip to content

Commit 7bcba6d

Browse files
Terraform Team AutomationMaxrovr
authored andcommitted
Bug Fix - Fix APM Synthetic service update the number of vantagepoints supported in monitor as per spec to 100
1 parent e812a7f commit 7bcba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/apm_synthetics/apm_synthetics_monitor_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func ApmSyntheticsMonitorResource() *schema.Resource {
5454
"vantage_points": {
5555
Type: schema.TypeList,
5656
Required: true,
57-
MaxItems: 50,
57+
MaxItems: 100,
5858
MinItems: 1,
5959
Elem: &schema.Resource{
6060
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)