-
Notifications
You must be signed in to change notification settings - Fork 7
DaVinci beta data sources #1174
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
Open
henryrecker-pingidentity
wants to merge
23
commits into
DavinciApplicationKeyAndSecretResources
Choose a base branch
from
DavinciDataSources
base: DavinciApplicationKeyAndSecretResources
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
351a826
Initial connector_instance data source
henryrecker-pingidentity 83bb862
Final generated davinci_connector_instance
henryrecker-pingidentity 6586e41
Initial davinci_connector_instances data source and test
henryrecker-pingidentity f72b1b4
Fill out test
henryrecker-pingidentity db2d1e7
Add DV application singular and plural data sources
henryrecker-pingidentity 2349cbe
davinci connector singular and plural data sources
henryrecker-pingidentity 1eee5e0
Create davinci bootstrapped test env
henryrecker-pingidentity 3740a6e
Add bootstrap tests for connector_instance data source
henryrecker-pingidentity eaa537b
Add bootstrap tests for connector_instances plural data source
henryrecker-pingidentity e6b8d75
Generate docs for connector data sources
henryrecker-pingidentity e76b662
Add bootstrap tests for davinci_application singular data source
henryrecker-pingidentity d410442
Generate docs for application data sources
henryrecker-pingidentity de444d0
Rename attribute to align with resource
henryrecker-pingidentity 198d353
Add bootstrap test for davinci_applications plural data source
henryrecker-pingidentity 28dbd70
Format top-level descriptions
henryrecker-pingidentity 4cb9434
Add bootstrap tests for davinci_connectors data sources
henryrecker-pingidentity 6899fed
Add example and docs for davinci_connector data sources
henryrecker-pingidentity 20f5974
Handle linter issues
henryrecker-pingidentity 3b5531a
Merge branch 'DavinciApplicationKeyAndSecretResources' into DavinciDa…
henryrecker-pingidentity 79aa3a0
Merge branch 'DavinciApplicationKeyAndSecretResources' into DavinciDa…
henryrecker-pingidentity f564d2a
Mark data sources as beta
henryrecker-pingidentity 6e4c00e
Update client and fix test prechecks
henryrecker-pingidentity d723ee6
Replace example.com with pingidentity.com in tests
henryrecker-pingidentity File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| page_title: "{{.Name}} {{.Type}} - {{.RenderedProviderName}}" | ||
| subcategory: "DaVinci" | ||
| description: |- | ||
| {{ .Description | plainmarkdown | trimspace | prefixlines " " }} | ||
| --- | ||
|
|
||
| # {{.Name}} ({{.Type}}) | ||
|
|
||
| {{ .Description | trimspace }} | ||
|
|
||
| {{ if .HasExample -}} | ||
| ## Example Usage | ||
|
|
||
| {{ tffile (printf "%s%s%s" "examples/data-sources/" .Name "/data-source.tf") }} | ||
| {{- end }} | ||
|
|
||
| {{ .SchemaMarkdown | trimspace }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| page_title: "{{.Name}} {{.Type}} - {{.RenderedProviderName}}" | ||
| subcategory: "DaVinci" | ||
| description: |- | ||
| {{ .Description | plainmarkdown | trimspace | prefixlines " " }} | ||
| --- | ||
|
|
||
| # {{.Name}} ({{.Type}}) | ||
|
|
||
| {{ .Description | trimspace }} | ||
|
|
||
| {{ if .HasExample -}} | ||
| ## Example Usage | ||
|
|
||
| {{ tffile (printf "%s%s%s" "examples/data-sources/" .Name "/data-source.tf") }} | ||
| {{- end }} | ||
|
|
||
| {{ .SchemaMarkdown | trimspace }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| page_title: "{{.Name}} {{.Type}} - {{.RenderedProviderName}}" | ||
| subcategory: "DaVinci" | ||
| description: |- | ||
| {{ .Description | plainmarkdown | trimspace | prefixlines " " }} | ||
| --- | ||
|
|
||
| # {{.Name}} ({{.Type}}) | ||
|
|
||
| {{ .Description | trimspace }} | ||
|
|
||
| {{ if .HasExample -}} | ||
| ## Example Usage | ||
|
|
||
| {{ tffile (printf "%s%s%s" "examples/data-sources/" .Name "/data-source.tf") }} | ||
| {{- end }} | ||
|
|
||
| {{ .SchemaMarkdown | trimspace }} |
18 changes: 18 additions & 0 deletions
18
betatemplates/data-sources/davinci_connector_instance.md.tmpl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| page_title: "{{.Name}} {{.Type}} - {{.RenderedProviderName}}" | ||
| subcategory: "DaVinci" | ||
| description: |- | ||
| {{ .Description | plainmarkdown | trimspace | prefixlines " " }} | ||
| --- | ||
|
|
||
| # {{.Name}} ({{.Type}}) | ||
|
|
||
| {{ .Description | trimspace }} | ||
|
|
||
| {{ if .HasExample -}} | ||
| ## Example Usage | ||
|
|
||
| {{ tffile (printf "%s%s%s" "examples/data-sources/" .Name "/data-source.tf") }} | ||
| {{- end }} | ||
|
|
||
| {{ .SchemaMarkdown | trimspace }} |
18 changes: 18 additions & 0 deletions
18
betatemplates/data-sources/davinci_connector_instances.md.tmpl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| page_title: "{{.Name}} {{.Type}} - {{.RenderedProviderName}}" | ||
| subcategory: "DaVinci" | ||
| description: |- | ||
| {{ .Description | plainmarkdown | trimspace | prefixlines " " }} | ||
| --- | ||
|
|
||
| # {{.Name}} ({{.Type}}) | ||
|
|
||
| {{ .Description | trimspace }} | ||
|
|
||
| {{ if .HasExample -}} | ||
| ## Example Usage | ||
|
|
||
| {{ tffile (printf "%s%s%s" "examples/data-sources/" .Name "/data-source.tf") }} | ||
| {{- end }} | ||
|
|
||
| {{ .SchemaMarkdown | trimspace }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| --- | ||
| page_title: "{{.Name}} {{.Type}} - {{.RenderedProviderName}}" | ||
| subcategory: "DaVinci" | ||
| description: |- | ||
| {{ .Description | plainmarkdown | trimspace | prefixlines " " }} | ||
| --- | ||
|
|
||
| # {{.Name}} ({{.Type}}) | ||
|
|
||
| {{ .Description | trimspace }} | ||
|
|
||
| {{ if .HasExample -}} | ||
| ## Example Usage | ||
|
|
||
| {{ tffile (printf "%s%s%s" "examples/data-sources/" .Name "/data-source.tf") }} | ||
| {{- end }} | ||
|
|
||
| {{ .SchemaMarkdown | trimspace }} |
5 changes: 5 additions & 0 deletions
5
examples/data-sources/pingone_davinci_application/data-source.tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| data "pingone_davinci_application" "example" { | ||
| environment_id = var.environment_id | ||
| application_id = var.application_id | ||
| } | ||
|
|
3 changes: 3 additions & 0 deletions
3
examples/data-sources/pingone_davinci_applications/data-source.tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| data "pingone_davinci_applications" "example" { | ||
| environment_id = var.environment_id | ||
| } |
5 changes: 5 additions & 0 deletions
5
examples/data-sources/pingone_davinci_connector/data-source.tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| data "pingone_davinci_connector" "example" { | ||
| environment_id = var.environment_id | ||
| connector_id = var.connector_id | ||
| } | ||
|
|
5 changes: 5 additions & 0 deletions
5
examples/data-sources/pingone_davinci_connector_instance/data-source.tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| data "pingone_davinci_connector_instance" "example" { | ||
| environment_id = var.environment_id | ||
| instance_id = var.connector_instance_id | ||
| } | ||
|
|
3 changes: 3 additions & 0 deletions
3
examples/data-sources/pingone_davinci_connector_instances/data-source.tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| data "pingone_davinci_connector_instances" "example" { | ||
| environment_id = var.environment_id | ||
| } |
3 changes: 3 additions & 0 deletions
3
examples/data-sources/pingone_davinci_connectors/data-source.tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| data "pingone_davinci_connectors" "example" { | ||
| environment_id = var.environment_id | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++