We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b50d48e + 1ed4998 commit 3b36607Copy full SHA for 3b36607
tencentcloud/cvm/cvm_ssrf/main.tf
@@ -63,6 +63,10 @@ resource "tencentcloud_security_group_rule" "egress" {
63
}
64
65
data "tencentcloud_instance_types" "instance_types" {
66
- cpu_core_count = 1
67
- memory_size = 1
+ filter {
+ name = "instance-family"
68
+ values = ["S6"]
69
+ }
70
+ cpu_core_count = 2
71
+ memory_size = 2
72
tencentcloud/cvm/cvm_virtual_machine_disks_are_unencrypted/main.tf
@@ -11,6 +11,10 @@ resource "tencentcloud_instance" "instance" {
11
12
13
14
15
16
17
18
19
20
0 commit comments