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
400-InvalidParameter, The minimum number of days the automatic container database backup will be retained is 1 oci_database_autonomous_container_database
#2228
Open
danilomnds opened this issue
Oct 22, 2024
· 3 comments
I'm trying to import an autonomous container database because I cannot create this CBD using terraform due to gaps on documentation, like the db_version that should specify the database version, release and patch version.
The automatic backups are not enabled on OCI console and I'm not enabling it using the backup_config block.
Terraform Version
Terraform Configuration Files
I'm trying to import an autonomous container database because I cannot create this CBD using terraform due to gaps on documentation, like the db_version that should specify the database version, release and patch version.
The automatic backups are not enabled on OCI console and I'm not enabling it using the backup_config block.
Debug Output
n/a
Expected Behavior
Creation of an autonomous container database
Actual Behavior
Error: 400-InvalidParameter, The minimum number of days the automatic container database backup will be retained is 1.
│ Suggestion: Please update the parameter(s) in the Terraform config as per error message The minimum number of days the automatic container database backup will be retained is 1.
│ Documentation: https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/database_autonomous_container_database
│ API Reference: https://docs.oracle.com/iaas/api/#/en/database/20160918/AutonomousContainerDatabase/UpdateAutonomousContainerDatabase
│ Request Target: PUT https://database.sa-vinhedo-1.oraclecloud.com/20160918/autonomousContainerDatabases/ocid1.autonomouscontainerdatabase.......
│ Provider version: 6.14.0, released on 2024-10-20.
│ Service: Database Autonomous Container
│ Operation Name: UpdateAutonomousContainerDatabase
│ OPC request ID:
Steps to Reproduce
terraform apply
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: