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 30d326f commit 5a9df6fCopy full SHA for 5a9df6f
README.md
@@ -67,9 +67,9 @@ Edit it to include the OCID of the compartment you want to create the VCN. Remem
67
68
You should always plan, then apply a configuration -
69
```
70
-$ terraform plan VCN.tf
+$ terraform plan ./simple_vcn
71
# Make sure the plan looks right.
72
-$ terraform apply VCN.tf
+$ terraform apply ./simple_vcn
73
74
## OBMC resource and datasource details
75
https://github.com/oracle/terraform-provider-baremetal/tree/master/docs
0 commit comments