File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,19 @@ update_verb: PATCH
22
22
id_format : projects/{{project}}/locations/{{location}}/securityGateways/{{security_gateway_id}}
23
23
import_format :
24
24
- projects/{{project}}/locations/{{location}}/securityGateways/{{security_gateway_id}}
25
+ iam_policy :
26
+ method_name_separator : ' :'
27
+ iam_conditions_request_type : ' QUERY_PARAM_NESTED'
28
+ allowed_iam_role : ' roles/beyondcorp.securityGatewayUser'
29
+ parent_resource_attribute : ' security_gateway_id'
30
+ import_format :
31
+ - ' projects/{{project}}/locations/{{location}}/securityGateways/{{security_gateway_id}}'
32
+ - ' {{security_gateway_id}}'
25
33
examples :
26
34
- name : beyondcorp_security_gateway_basic
27
35
primary_resource_id : example
36
+ primary_resource_name : ' fmt.Sprintf("default%s", context["random_suffix"])'
37
+ region_override : ' global'
28
38
vars :
29
39
security_gateway_name : default
30
40
autogen_async : true
You can’t perform that action at this time.
0 commit comments