Loading...
Loading...
### Terraform Version ```shell 6.10.0 ``` ### Terraform Configuration Files ``` resource "google_monitoring_alert_policy" "alert_policy" { display_name = "My Alert Policy" combiner = "OR" conditions { display_name = "test condition" condition_threshold { filter = "metric.type=\"compute.googleapis.com/instance/disk/write_bytes_count\" AND resource.type=\"gce_instance\"" duration = "60s" comparison = "COMPARISON_GT" aggregations { alignment_period = "60s" per_series_aligner = "ALIGN_RATE" } } } documentation = { content = "This content to verify" mime_type = "text/markdown" links { url = "https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/monitoring_alert_policy#links-1" display_name = "Link1" } } user_labels = { foo = "bar" } } ``` ### Debug Output ``` ...debug output, or link to a gist... ``` ### Expected Behavior It should add the links to the documentation in the alert policy. ### Actual Behavior It says the changes are applied but the console documentation does not show links. ### Steps to Reproduce terraform init terraform apply ### Additional Context Please attach screenshots if you are able to find a solution or deprecate the argument or make it work so that the changes are reflected in the console. ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.