We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
% terraform -v Terraform v1.5.2
Please list the resources as a list, for example:
resource "uptrends_monitor_web" "test" { type = "Https" name = "Google Test" url = "https://www.google.com" check_interval = 5 primary_checkpoints_only = true generate_alert = false expected_http_status_code = 200 match_pattern { is_positive = true pattern = "Some text here" } selected_checkpoints { ... } }
Also, the docs for match_pattern do not match what is required to be passed, e.g.
Docs match_pattern = "blah"
Required match_pattern { is_positive = true pattern = "Some text here" }
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
Terraform Version
% terraform -v
Terraform v1.5.2
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Actual Behavior
+ match_pattern {
+ is_positive = true
+ pattern = "Some text here"
}
Also, the docs for match_pattern do not match what is required to be passed, e.g.
Docs
match_pattern = "blah"
Required
match_pattern {
is_positive = true
pattern = "Some text here"
}
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: