Skip to content

Commit 5a9df6f

Browse files
Fixed a typo in README.md
Computers are hard.
1 parent 30d326f commit 5a9df6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Edit it to include the OCID of the compartment you want to create the VCN. Remem
6767

6868
You should always plan, then apply a configuration -
6969
```
70-
$ terraform plan VCN.tf
70+
$ terraform plan ./simple_vcn
7171
# Make sure the plan looks right.
72-
$ terraform apply VCN.tf
72+
$ terraform apply ./simple_vcn
7373
```
7474
## OBMC resource and datasource details
7575
https://github.com/oracle/terraform-provider-baremetal/tree/master/docs

0 commit comments

Comments
 (0)