Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brokedba authored May 27, 2024
1 parent 217d4f0 commit 9897510
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions terraform-provider-oci/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Oracle Cloud Infrastructure Provider Examples

This directory contains Terraform configuration files showing how to create specific resources.
The create-vcn is intended to demonstrate how to create a vcn along with the route table, the subnets and their security lists.
The launch-instance contains both the vcn configuration we used above and the instance provisioning configuration .
1. **create-vcn** is intended to demonstrate how to create a vcn along with the route table, the subnets and their security lists.
2. **launch-instance** contains both the vcn configuration we used above and the instance provisioning configuration .
For details on how to run these samples please refere to my blog post
https://brokedba.blogspot.com/2020/07/terraform-for-dummies-launch-instance.html

Expand All @@ -11,6 +11,16 @@ The launch-instance contains both the vcn configuration we used above and the in
`` Please run either one of them at a time ( apply and destroy before runing the other) as the vcn attributes are the same .
``

3. **compartments**
- see blog : http://www.brokedba.com/2023/08/deploy-multilevel-oci-sub-compartment.html

5. **Database-system**
- see blog : http://www.brokedba.com/2023/08/deploy-multilevel-oci-sub-compartment.html

7. **public IPs**
- see blog : http://www.brokedba.com/2023/06/how-to-deploy-multi-region-resources.html
9. **oke**
- see blog : TBD

**Terraform Console**:
- ***Functions:*** Although terraform is a declarative language, there are still myriads of functions you can use to process strings/number/lists/mappings etc.
Expand Down

0 comments on commit 9897510

Please sign in to comment.