Skip to content

wwwxxch/coscup-2024-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COSCUP-2024-Workshop

Infrastructure as a Code (IaC) 工作坊

Ref: https://github.com/cloud-native-taiwan/coscup-2024-workshop
COSCUP 2024: https://coscup.org/2024/zh-TW/

  1. Install OpenTofu

https://opentofu.org/docs/intro/install/

  1. Prepare .tf
- main.tf
- variables.tf
- default.tfvars
  1. Download openrc.sh from OpenStack UI and execute. The environment variables will be setup.

  2. Init

tofu init
  1. Create resources
tofu apply --var-file="default.tfvars"
  1. Destroy resources
tofu destroy --var-file="default.tfvars"

About

COSCUP 2024 IaC workshop files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 80.2%
  • Shell 19.8%