Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mmv1/products/compute/ServiceAttachment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ async:
base_url: '{{op_id}}'
result:
resource_inside_response: false
include_in_tgc_next: true
custom_code:
constants: 'templates/terraform/constants/compute_service_attachment.go.tmpl'
update_encoder: 'templates/terraform/update_encoder/compute_service_attachment.go.tmpl'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/compute/SslPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async:
result:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
custom_code:
constants: 'templates/terraform/constants/ssl_policy.tmpl'
update_encoder: 'templates/terraform/update_encoder/ssl_policy.tmpl'
Expand Down
2 changes: 1 addition & 1 deletion mmv1/products/compute/StoragePool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,6 @@ virtual_fields:
When the field is set to true or unset in Terraform state, a `terraform apply`
or `terraform destroy` that would delete the StoragePool will fail.
When the field is set to false, deleting the StoragePool is allowed.
include_in_tgc_next: true
custom_code:
pre_delete: templates/terraform/pre_delete/compute_storage_pool.go.tmpl
include_in_tgc_next: true
1 change: 1 addition & 0 deletions mmv1/products/compute/TargetGrpcProxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async:
result:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
custom_code:
examples:
- name: 'target_grpc_proxy_basic'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/compute/TargetHttpProxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async:
result:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
custom_code:
examples:
- name: 'target_http_proxy_basic'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/compute/TargetHttpsProxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ async:
result:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
custom_code:
encoder: 'templates/terraform/encoders/compute_target_https_proxy.go.tmpl'
# update_encoder is usually the same as encoder by default. This resource is an uncommon case where the whole resource
Expand Down
5 changes: 3 additions & 2 deletions mmv1/products/compute/TargetInstance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ async:
result:
resource_inside_response: false
collection_url_key: 'items'
custom_code:
post_create: 'templates/terraform/post_create/compute_target_instance_security_policy.go.tmpl'
sweeper:
url_substitutions:
- zone: "southamerica-west1-a"
include_in_tgc_next: true
custom_code:
post_create: 'templates/terraform/post_create/compute_target_instance_security_policy.go.tmpl'
examples:
- name: 'target_instance_basic'
primary_resource_id: 'default'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/compute/TargetSslProxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async:
result:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
custom_code:
examples:
- name: 'target_ssl_proxy_basic'
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/compute/TargetTcpProxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async:
result:
resource_inside_response: false
collection_url_key: 'items'
include_in_tgc_next: true
custom_code:
examples:
- name: 'target_tcp_proxy_basic'
Expand Down
Loading