Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed Dec 30, 2024
1 parent 37b17a7 commit 127e35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_oci_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def allowed_options():
'-java_version': {'8', '11', '17', '21'},
'-kubernetes': {'oke', 'docker'},
'-ui_type': {'html', 'jet', 'angular', 'reactjs', 'jsp', 'php', 'api', 'apex', 'none'},
'-db_type': {'atp', 'database', 'dbsystem', 'rac', 'db_free', 'pluggable', 'pdb', 'mysql', 'psql', 'opensearch', 'nosql', 'none'},
'-db_type': {'atp', 'autonomous', 'database', 'dbsystem', 'rac', 'db_free', 'pluggable', 'pdb', 'mysql', 'psql', 'opensearch', 'nosql', 'none'},
'-license_model': {'included', 'LICENSE_INCLUDED', 'byol', 'BRING_YOUR_OWN_LICENSE'},
'-infra_as_code': {'terraform_local', 'terraform_object_storage', 'resource_manager'},
'-mode': {CLI, GIT, ZIP},
Expand Down

0 comments on commit 127e35e

Please sign in to comment.