New Resource: alicloud_alidns_cloud_gtm_monitor_template.#9690
Merged
ChenHanZhang merged 1 commit intoApr 23, 2026
Conversation
60704ac to
6b17e3b
Compare
xuzhang3
approved these changes
Apr 23, 2026
6b17e3b to
b0802cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
alicloud_alidns_cloud_gtm_monitor_template— a reusable Cloud GTM health-check probe template (protocol / interval / failure thresholds / probe nodes) that can later be attached to Cloud GTM address pools.What's in the PR
alicloud/resource_alicloud_alidns_cloud_gtm_monitor_template.go) — full Create / Read / Update / Delete / Import lifecycle.alicloud/service_alicloud_alidns_v2.go) —DescribeAlidnsCloudGtmMonitorTemplate+ state-refresh helpers.alicloud/provider.go.ping/tcp/http/httpsprotocols andIPv4/IPv6:basic12684,basic12685,basic12690,basic12691.website/docs/r/alidns_cloud_gtm_monitor_template.html.markdown) — written to render cleanly on the Terraform Registry and aligned with the actual schema:isp_city_nodeslabelled(Required, Set)to matchschema.TypeSet.evaluation_count:0/1/2/3;failure_rate:0/20/50/80/100;interval:15/60/300/900/1800/3600;timeout:2000/3000/5000/10000).extend_infodocumented as a dedicated section split byprotocol(http/https,ping,tcp) so the nested JSON fields render as proper GFM lists on the Registry.extend_infolabelled(Optional, Computed)to matchComputed: truein the schema.Test plan
IntegrationTestCI job passes all 4 acceptance casesDocsExampleTestCI job passes (init → plan → apply → no-drift → import → apply import plan → destroy)