Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Feb 26, 2024
1 parent be93fbd commit df7961c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ references:
'Firewall endpoint overview': 'https://cloud.google.com/firewall/docs/about-firewall-endpoints'
'Create and associate firewall endpoints': 'https://cloud.google.com/firewall/docs/configure-firewall-endpoints'
async: !ruby/object:Api::OpAsync
include_project: true
operation: !ruby/object:Api::OpAsync::Operation
base_url: '{{op_id}}'
result: !ruby/object:Api::OpAsync::Result
Expand All @@ -51,11 +52,6 @@ examples:
test_env_vars:
org_id: :ORG_ID
project: :PROJECT_NAME
custom_code:
!ruby/object:Provider::Terraform::CustomCode # Calling custom operation that are different from other network security resources.
pre_create: templates/terraform/pre_create/network_security_firewall_endpoint_association_operation.go.erb
pre_update: templates/terraform/pre_update/network_security_firewall_endpoint_association_operation.go.erb
pre_delete: templates/terraform/pre_delete/network_security_firewall_endpoint_association_operation.go.erb
parameters:
- !ruby/object:Api::Type::String
name: 'name'
Expand Down Expand Up @@ -124,4 +120,3 @@ properties:
- :CREATING
- :DELETING
- :INACTIVE
- :STATE_UNSPECIFIED

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit df7961c

Please sign in to comment.