Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignore_read_extra to IntegrationConnectors Connection status fields #10474

Merged
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
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
Loading