We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1730cd commit 2d5138cCopy full SHA for 2d5138c
examples/datascience/model_catalog/model.tf
@@ -64,6 +64,7 @@ provider "oci" {
64
fingerprint = var.fingerprint
65
private_key_path = var.private_key_path
66
region = var.region
67
+ version = "6.9.0"
68
}
69
70
resource "oci_datascience_project" "tf_project" {
0 commit comments