Skip to content

Commit

Permalink
Add ignore_read_extra to IntegrationConnectors Connection status fiel…
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and balanaguharsha committed May 2, 2024
1 parent 6b7909f commit 470f942
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mmv1/products/integrationconnectors/Connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,47 +42,61 @@ examples:
primary_resource_id: "pubsubconnection"
vars:
connection_name: "test-pubsub"
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
name: "integration_connectors_connection_advanced"
primary_resource_id: "zendeskconnection"
vars:
connection_name: "test-zendesk"
secret_id: "test-secret"
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
name: "integration_connectors_connection_sa"
primary_resource_id: "zendeskconnection"
vars:
connection_name: "test-zendesk"
secret_id: "test-secret"
skip_docs: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
name: "integration_connectors_connection_oauth"
primary_resource_id: "boxconnection"
vars:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
name: "integration_connectors_connection_oauth_ssh"
primary_resource_id: "boxconnection"
vars:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
name: "integration_connectors_connection_oauth_cc"
primary_resource_id: "boxconnection"
vars:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
ignore_read_extra:
- 'status.0.description'
- !ruby/object:Provider::Terraform::Examples
name: "integration_connectors_connection_oauth_jwt"
primary_resource_id: "boxconnection"
vars:
connection_name: "test-box"
secret_id: "test-secret"
skip_docs: true
ignore_read_extra:
- 'status.0.description'
async: !ruby/object:Api::OpAsync
operation: !ruby/object:Api::OpAsync::Operation
path: "name"
Expand Down

0 comments on commit 470f942

Please sign in to comment.