-
Notifications
You must be signed in to change notification settings - Fork 63
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 Flex instance shape support #49
add Flex instance shape support #49
Conversation
- update CHANGELOG for new feature - add repo housekeeping options (pre-commit hooks, gitattributes)
Add new output: instances_summary Fix outputs (Issue oracle-terraform-modules#31)
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.
Hello,
The file examples/instance_default/terraform.tfvars.template
and the example snippet in the file examples/instance_default/README.md
are missing the initialization of the variables assign_public_ip, instance_count
When trying to apply with assign_public_ip=true and instance_count=2, the errors are thrown
|
the file Need to replace this with a reference to the registry. |
Agree, it should be changed. We should open a new issue for this point -> Issue #50 |
Pre-existing problem and not in the scope of this PR. This should be a distinct issue -> Issue #51 |
It seems the issue is related to PR #46 |
Ideally, same module should allow for provisioning both flex and non flex (shape-based) instances.
Flex instance requires an additionnal shape_config block with specific parameters. See OCI provider documentation for details.
The solution needs for behave correctly with the fallback options.
Fix #42, #31