Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

issues using terraform DBSystem

edited Apr 21, 2017 7:00AM in OCI - General 8 comments

Summary

issues using terraform DBSystem

Content

I am trying out  the terraform configuration from : https://github.com/oracle/terraform-provider-baremetal/tree/master/docs/examples/DBsystems​​ .

I had to make one change in ​ DBSystem.tf. Line 17 should probably be :

ssh_public_keys = ["${var.ssh_public_key}"]

instead of

ssh_public_keys = ["${var.ssh_private_key}"]

I ran terraform apply. The database was provisioned successfully, but at the end of the terraform command, I got this error :

baremetal_database_db_system.TFDBNode: Still creating... (55m40s elapsed)
baremetal_database_db_system.TFDBNode: Creation complete
data.baremetal_database_db_node.DBNodeDetails: Refreshing state...

Error applying plan:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!