You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a http monitor there are fields populated not as they are set in tf config. ES stack: 8.15.1
produced an unexpected new value:
.locations[0]: was cty.StringVal("us_east"), but now cty.StringVal("North America - US East").
.http.proxy_url: was null, but now cty.StringVal("")
.http.ssl_supported_protocols: was null, but now cty.ListVal([]cty.Value{cty.StringVal("TLSv1.1"), cty.StringVal("TLSv1.2"), cty.StringVal("TLSv1.3")}).
.http.ssl_verification_mode: was null, but now cty.StringVal("full").