You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Parameter template id. Note: This field may return null, indicating that no valid value can be obtained.",
90
91
},
92
+
"internal_uuid": {
93
+
Type: schema.TypeInt,
94
+
Computed: true,
95
+
Description: "Internal ID.",
96
+
},
97
+
"scope": {
98
+
Type: schema.TypeString,
99
+
Optional: true,
100
+
Computed: true,
101
+
Description: "Scope of effective rules. ALL: Global effectiveness; ap-guangzhou: Effective territory; cfwnat-xxx: Effectiveness based on instance dimension.",
102
+
},
91
103
},
92
104
}
93
105
}
@@ -144,6 +156,14 @@ func resourceTencentCloudCfwNatPolicyCreate(d *schema.ResourceData, meta interfa
@@ -61,22 +61,22 @@ The following arguments are supported:
61
61
*`target_type` - (Required, String) Access purpose type: For inbound rules, the type can be net, instance, tag, template, group; for outbound rules, it can be net, location, vendor, template.
62
62
*`description` - (Optional, String) Description.
63
63
*`enable` - (Optional, String) Rule status, true means enabled, false means disabled. Default is true.
@@ -42,21 +43,23 @@ The following arguments are supported:
42
43
*`target_type` - (Required, String) Access purpose type: For inbound rules, the type can be net, instance, tag, template, group; for outbound rules, it can be net, location, vendor, template.
43
44
*`description` - (Optional, String) Description.
44
45
*`enable` - (Optional, String) Rule status, true means enabled, false means disabled. Default is true.
46
+
*`param_template_id` - (Optional, String) Parameter template id. Note: This field may return null, indicating that no valid value can be obtained.
47
+
*`scope` - (Optional, String) Scope of effective rules. ALL: Global effectiveness; ap-guangzhou: Effective territory; cfwnat-xxx: Effectiveness based on instance dimension.
45
48
46
49
## Attributes Reference
47
50
48
51
In addition to all arguments above, the following attributes are exported:
49
52
50
53
*`id` - ID of the resource.
51
-
*`param_template_id` - Parameter template id. Note: This field may return null, indicating that no valid value can be obtained.
54
+
*`internal_uuid` - Internal ID.
52
55
*`uuid` - The unique id corresponding to the rule, no need to fill in when creating the rule.
0 commit comments