You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the very first pdb created along with the db system using oci_database_db_system resource, it should have all the necessary settings for this pdb.
Actual Behavior
there is only one argument to set pdb_name which greatly limits the settings for the very first pdb.
instead of one single argument, pdb settings should have its own block inside the database block and also allows multiple pdbs to be created at the same time as the db system is created using the terraform "dynamic" blocks feature.
Steps to Reproduce
N/A
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Hi, just to add. we need to make sure all the pdbs are created consistently. with this current behavior, the very first pdb is created differently with all other pdbs. it should be created in the same way as using the oci_database_pluggable_database terraform resource, or using the oci console after the db system is created. So instead of a single argument, it should be its own block, just like db_home and database blocks in the oci_database_db_system resource with all the available argument in the oci_database_pluggable_database resource
Community Note
Terraform Version and Provider Version
Terraform v1.9.3
on linux_amd64
Affected Resource(s)
oci_database_db_system
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
for the very first pdb created along with the db system using oci_database_db_system resource, it should have all the necessary settings for this pdb.
Actual Behavior
there is only one argument to set pdb_name which greatly limits the settings for the very first pdb.
instead of one single argument, pdb settings should have its own block inside the database block and also allows multiple pdbs to be created at the same time as the db system is created using the terraform "dynamic" blocks feature.
Steps to Reproduce
N/A
Important Factoids
References
The text was updated successfully, but these errors were encountered: