-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Introduce Additional Oracle Data Sources. #27698
Conversation
…down Co-authored-by: kt <[email protected]>
…down Co-authored-by: kt <[email protected]>
…down Co-authored-by: kt <[email protected]>
… into introduce-exa-data-and-resource
…e-exa-data-and-resource
internal/services/oracle/autonomous_database_nchar_set_data_source_test.go
Outdated
Show resolved
Hide resolved
|
||
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions: | ||
|
||
* `read` - (Defaults to 5 minutes) Used when retrieving the Oracle. |
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.
Oracle what?
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.
Fixed.
|
||
The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions: | ||
|
||
* `read` - (Defaults to 5 minutes) Used when retrieving the Oracle. |
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.
Oracle what?
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.
Fixed.
resource_group_name = "existing" | ||
cloud_vm_cluster_name = "existing" |
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.
This hasn't been updated
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.
Updated.
* `cloud_vm_cluster_name` - (Required) The name of the Cloud VM cluster. | ||
|
||
* `resource_group_name` - (Required) The name of the Resource Group the Cloud VM Cluster. |
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.
Also hasn't been updated
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.
Updated.
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
…urce_test.go Co-authored-by: stephybun <[email protected]>
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.
Thanks @eelhomsi LGTM 🌲
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
Introduce additional Oracle Data Sources
Most relevant changes in:
internal/services/oracle/
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
AdbsCharSetsDataSource
,AdbsNCharSetsDataSource
,DBNodesDataSource
,DbSystemShapesDataSource
, andGiVersionsDataSource
.This is a (please select all that apply):
Note
If this PR changes meaningfully during the course of review please update the title and description as required.