Contains sample and demo code used in OCHaCafe Season7 #2 - Best practice of IaC.
.
├── .github
│ └── workflows # GitHub Actions 関連ファイル(Terraform Module に対する自動テスト)
├── pulumi # Pulumi のサンプルコード
│ ├── kubernetes
│ └── oci
├── terraform # Terraform のサンプルコード
│ ├── examples
│ ├── live
│ └── modules
└── test # Terratest のサンプルコード
- https://github.com/shukawam/terraform-oci-oke-quickstart
- Sample module that provisioning OKE(Container Engine for Kubernetes) with VCN.
- https://github.com/shukawam/tfsec-oci-custom-checks
- Tfsec custom rule for OCI based on Cloud Guard.