Skip to content

Commit

Permalink
Serializing the test cases for connection resource
Browse files Browse the repository at this point in the history
  • Loading branch information
balanaguharsha committed May 2, 2024
1 parent 0b5518b commit 7a2c2e9
Show file tree
Hide file tree
Showing 2 changed files with 1,016 additions and 1 deletion.
7 changes: 7 additions & 0 deletions mmv1/products/integrationconnectors/Connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ examples:
primary_resource_id: "pubsubconnection"
vars:
connection_name: "test-pubsub"
skip_test: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
Expand All @@ -50,6 +51,7 @@ examples:
vars:
connection_name: "test-zendesk"
secret_id: "test-secret"
skip_test: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
Expand All @@ -59,6 +61,7 @@ examples:
connection_name: "test-zendesk"
secret_id: "test-secret"
skip_docs: true
skip_test: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
Expand All @@ -68,6 +71,7 @@ examples:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
skip_test: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
Expand All @@ -77,6 +81,7 @@ examples:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
skip_test: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
Expand All @@ -86,6 +91,7 @@ examples:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
skip_test: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
Expand All @@ -95,6 +101,7 @@ examples:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
skip_test: true
ignore_read_extra:
- 'status.0.description'
async: !ruby/object:Api::OpAsync
Expand Down

0 comments on commit 7a2c2e9

Please sign in to comment.