New Resource: alicloud_threat_detection_global_config - #10399
Open
api-tool-agent wants to merge 1 commit into
Open
New Resource: alicloud_threat_detection_global_config#10399api-tool-agent wants to merge 1 commit into
api-tool-agent wants to merge 1 commit into
Conversation
api-tool-agent
force-pushed
the
worktree-86382249-threatdetection-globalconfig
branch
2 times, most recently
from
September 7, 2026 03:21
3e3ea05 to
e5fd774
Compare
…iem global configuration
api-tool-agent
force-pushed
the
worktree-86382249-threatdetection-globalconfig
branch
from
September 7, 2026 03:39
e5fd774 to
3d96915
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.
New Resource
alicloud_threat_detection_global_configDescription
This PR adds a new resource
alicloud_threat_detection_global_configfor managing Cloud SIEM (cloud-siem) global configuration entries.The resource is singleton-style: the API does not provide Create or Delete operations, so Terraform
createissues anUpdateGlobalConfigcall to set the named configuration value, anddeleteremoves the resource from the state file only (the cloud configuration is preserved).The endpoint is resolved by account type (china site:
cloud-siem.aliyuncs.com, international site:cloud-siem.ap-southeast-1.aliyuncs.com).Schema
global_config_nameglobal_config_valuelangrole_forCRUD Design
UpdateGlobalConfig(cloud-siem/2024-12-12) to set the config value; ID =global_config_name.GetGlobalConfig(cloud-siem/2024-12-12), reads$.GlobalConfigfrom the response.UpdateGlobalConfigwith the new value.global_config_name.Test Result
Remote acceptance tests are pending.