-
Notifications
You must be signed in to change notification settings - Fork 4.8k
azurerm_oracle_autonomous_database
- Add support for allowed_ips
#29412
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
azurerm_oracle_autonomous_database
- Add support for allowed_ips
#29412
Conversation
# Conflicts: # internal/services/oracle/oracle_autonomous_database_resource.go # internal/services/oracle/oracle_autonomous_database_resource_test.go # internal/services/oracle/oracle_db_system_shapes_data_source.go # internal/services/oracle/oracle_gi_versions_data_source.go # internal/services/oracle/oracle_gi_versions_data_source_test.go
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 @mihretkidane-OCI - Looking much better now the API portion is broken out. There's a handful of items to take a look at if you could, then I think we should be good to go. Once the tests are updated, are you able to post local tests results as a comment since we're currently unable to run them?
internal/services/oracle/oracle_autonomous_database_resource.go
Outdated
Show resolved
Hide resolved
internal/services/oracle/oracle_autonomous_database_resource.go
Outdated
Show resolved
Hide resolved
internal/services/oracle/oracle_db_system_shapes_data_source_test.go
Outdated
Show resolved
Hide resolved
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.
HI @mihretkidane-OCI - Thanks for the changes, looks like just a couple more items and I think this will be good to go.
internal/services/oracle/validate/autonomous_database_regular.go
Outdated
Show resolved
Hide resolved
@jackofallops please help review |
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 for the changes @mihretkidane-OCI - with the test results provided this LGTM 👍
Community Note
Description
modified
autonomouse_database_resource : added whitelisted_ips to allow users to create autonomous database with public access
Newly added
autonomous_database_generate_wallet_resource.go
autonomous_database_generate_wallet_resource_test.go
Added a new resource and test case to allow customers to generate wallet for autonomous database.
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_resource
- support for thething1
property [GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #29672
Note
If this PR changes meaningfully during the course of review please update the title and description as required.