-
Notifications
You must be signed in to change notification settings - Fork 20
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
fix: Refactor user data handling in Oracle DB instance module and update scripts for SSH key setup #8950
base: main
Are you sure you want to change the base?
Conversation
…ate scripts for SSH key setup
|
|
This pull request includes a change that modifies how
user_data_raw
is generated by incorporating a template file for better flexibility and management. The ssh key setup was missing and so this has also been fixedKey change:
terraform/environments/delius-core/modules/components/oracle_db_instance/instance.tf
: Updated theuser_data_raw
to use thetemplatefile
function, which combines the default user data and SSH setup script, improving the modularity and maintainability of the user data configuration.