Skip to content

Commit

Permalink
Fix generating condition tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karolgorc authored Jan 10, 2025
1 parent c815bc8 commit 5c811d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mmv1/products/compute/InstanceTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ iam_policy:
parent_resource_attribute: 'name'
base_url: 'projects/{{project}}/global/instanceTemplates/{{name}}'
example_config_body: 'templates/terraform/iam/iam_attributes.go.tmpl'
import_format:
- 'projects/{{project}}/global/instanceTemplates/{{name}}'
- '{{name}}'
iam_conditions_request_type: 'QUERY_PARAM'
allowed_iam_role: 'roles/compute.instanceAdmin'
custom_code:
examples:
- name: 'instance_template_basic'
Expand Down

0 comments on commit 5c811d0

Please sign in to comment.