Skip to content

[Bug] synthetics http/tcp monitor produces inconsistent result after apply #800

Closed
@biscout42

Description

@biscout42

Describe the bug

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").

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions