Skip to content

harvash/uml_terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Module

Overview

This Terraform Module is used to setup DMW Oracle IaaS VM

Installation of Terraform

https://learn.hashicorp.com/terraform/getting-started/install.html

Directory Structure

The directory structure of the timocco-terraform repository is as follows:

├── README.md
└── tf/sandbox
    ├── backend.tf
    ├── provider.tf
    ├── sandbox.tfvars
    ├── sandbox_secrets.tfvars
    ├── shared.tf
    ├── tenant.tf
    ├── main.tf
    ├── tf_sandbox.sh
    ├── var.tf
    └── version.tf

Initialize the live workspace

cd tf/sandbox && terraform init && terraform workspace new sandbox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published