๐กcloudNet@ ํ์ ๊ฐ์๋ค ๋์ด ์งํํ๋ Terraform 101 Study 4๊ธฐ 1์ฃผ์ฐจ ๋ด์ฉ์ผ๋ก,
[ํ ๋ผํผ์ผ๋ก ์์ํ๋ IaC] ๋์๋ฅผ ์ฐธ์กฐํ์์ต๋๋ค. ๊ฐ์ฌํฉ๋๋ค..
1. ์ฃผ์ ์ปค๋งจ๋, HCL
1. ์ฃผ์ ์ปค๋งจ๋
์ง๋ ํฌ์คํ ์์ EC2 ์์ฑ, ์์ , ์ญ์ ์ค์ต์ ํตํด ๊ธฐ๋ณธ์ ์ธ ๋ช ๋ น์ด์ ๋ํด ์งํํ์์ง๋ง, ํ ๋ผํผ์ ๊ธฐ๋ณธ ์ฌ์ฉ๋ฒ์ด ๋งค์ฐ ์ค์ํ ๋ถ๋ถ์ด๋ฏ๋ก, ๋ช ๋ น์ด์ ๋ํด์ ์์ธํ๊ฒ ๋ค์ ์ ๋ฆฌํด๋ณด๊ฒ ๋ค.
ํ ๋ผํผ ์ฌ์ฉ ํ๊ฒฝ ๊ตฌ์ฑ์ด ์๋ฃ๋ ์ํ๋ผ๋ฉด, terraform ๋ช ๋ น์ ์คํํ๋ ๊ฒ๋ง์ผ๋ก๋ ๊ธฐ๋ณธ์ ์ธ ๋์๋ง์ด ํ์๋๋ค.
devcw@woos-dev-server:/mnt/c/Users/chanw/OneDrive/๋ฐํ ํ๋ฉด/terraform/t101-1week-ec2$
terraform
Usage: terraform [global options] <subcommand> [args]
The available commands for execution are listed below.
The primary workflow commands are given first, followed by
less common or more advanced commands.
Main commands:
init Prepare your working directory for other commands
validate Check whether the configuration is valid
plan Show changes required by the current configuration
apply Create or update infrastructure
destroy Destroy previously-created infrastructure
All other commands:
console Try Terraform expressions at an interactive command prompt
fmt Reformat your configuration in the standard style
force-unlock Release a stuck lock on the current workspace
get Install or upgrade remote Terraform modules
graph Generate a Graphviz graph of the steps in an operation
import Associate existing infrastructure with a Terraform resource
login Obtain and save credentials for a remote host
logout Remove locally-stored credentials for a remote host
metadata Metadata related commands
output Show output values from your root module
providers Show the providers required for this configuration
refresh Update the state to match remote systems
show Show the current state or a saved plan
state Advanced state management
taint Mark a resource instance as not fully functional
test Execute integration tests for Terraform modules
untaint Remove the 'tainted' state from a resource instance
version Show the current Terraform version
workspace Workspace management
Global options (use these before the subcommand, if any):
-chdir=DIR Switch to a different working directory before executing the
given subcommand.
-help Show this help output, or the help for a specified subcommand.
-version An alias for the "version" subcommand.
- terraform ๋ช ๋ น์ด ์คํ ์ ๊ธฐ๋ณธ ์ถ๋ ฅ ๋ด์ฉ
1.1 help & init ์ด๊ธฐํ
terraform ๋ช ๋ น ์คํ ์ ๋ณด์กฐ ๋ช ๋ น์ ๋ํด ์ฌ์ฉ ๊ฐ๋ฅํ ์ธ์ ๊ฐ์ ํ์ธํ๊ณ ์ถ๋ค๋ฉด, ์๋ธ ์ปค๋งจ๋์ ํจ๊ป -help๋ฅผ ์ ๋ ฅํ๋ค.
help ์ต์
# ์๋ธ์ปค๋งจ๋ help ์ง์
terraform console --help
terraform init --help
๋ฑ ...
init ์ด๊ธฐํ
terraform init ๋ช ๋ น์ ํ ๋ผํผ ์์ ๋๋ ํฐ๋ฆฌ๋ฅผ ์ด๊ธฐํํ๋๋ฐ ์ฌ์ฉ๋๋ค.
(ํ ๋ผํผ ์คํ์ ํ์์ ์ธ ๋ช ๋ น์ด๋ฉฐ, ๊ตฌ์ฑ์ ํ์ํ ์์กด์ฑ ์ ์๋ฅผ ์ฝ๊ณ , ํ์ํ ์ํฐํฉํธ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ๋ค์ด๋ก๋ํ๊ณ ์ค๋น์ํค๋ ์ญํ ๊ณผ ๋น์ทํ๋ค.)
# ํ
๋ผํผ ์ฝ๋ ํ์ผ์ด ์๋ ๋๋ ํฐ๋ฆฌ๋ก ์ด๋
cd 03.start/
# ์ด๊ธฐํ ์งํ
terraform init
Initializing the backend...
Initializing provider plugins...
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
1.2 validate ํ ๋ผํผ ๊ตฌ์ฑ ํ์ผ ์ ํจ์ฑ ํ์ธ
๋๋ ํฐ๋ฆฌ์ ์๋ ํ ๋ผํผ ๊ตฌ์ฑ ํ์ผ์ ์ ํจ์ฑ์ ํ์ธํ๋ค. ์ด๋ ๋์์ด ๋๋ ์ธํ๋ผ์ ์๋น์ค ์ํ๋ฅผ ํ์ธํ๊ธฐ ์ํด ์๊ฒฉ ์์ ์ด๋ api ์์ ์ ๋ฐ์ํ์ง ์๊ณ , ์ฝ๋์ ์ธ ์ ํจ์ฑ๋ง ๊ฒ์ฌํ๋ค.
(์ฆ, api ์์ ์ด ๋ฐ์ํ๋ terraform plan ๋์๊ณผ ์ฐจ์ด๊ฐ ์๋ค.)
๊ธฐ์กด main.tf ํ์ผ์ filename ์์ ์ฃผ์์ ์ถ๊ฐํด๋ณด๊ฒ ๋ค.
resource "local_file" "abc" {
content = "abc!"
**#**filename = "${path.module}/abc.txt"
}
์ดํ terraform validate๋ฅผ ์คํ์์ผ ๋ณด๊ฒ ๋ค.
error ๋ด์ฉ์ ํ์ธํ๋ฉด, ํ์ ์ธ์์ธ filename๋ฅผ ์ฐพ์ ์ ์๋ค๋ ๋ฉ์์ง๊ฐ ๋ํ๋๋ค.
์ด๋ ๊ฒ ์ ํจ์ฑ ๊ฒ์ฌ๋ฅผ ์งํํ ์ ์์ผ๋จธ, ์ถ๊ฐ๋ก ํจ๊ป ์ฌ์ฉํ๊ธฐ์ ์ข์ ์ถ๊ฐ ์ต์ ๋ ์กด์ฌํ๋ค.
-no-color
๋๋ถ๋ถ์ ๋ช ๋ น์ด์ ํจ๊ป ์ฌ์ฉํ ์ ์์ผ๋ฉฐ, ๋ก์ปฌ์ด ์๋ ์ธ๋ถ ์คํ ํ๊ฒฝ(์ ํจ์ค, Github Action ๋ฑ)์ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ ์์ ํ๊ธฐ ๋ฌธ์๋ฅผ ์์จ ์ ์๋ค.
- -no-color ์ต์ ์ ์ถ๊ฐํ์ฌ ์ถ๋ ฅ๊ฐ์ ์ ํ๊ธฐ๋ฅผ ์ ๊ฑฐํ์๋ค.
-json
์คํ ๊ฒฐ๊ณผ๋ฅผ JSON ํ์์ผ๋ก ์ถ๋ ฅํด์ฃผ๋ ์๋ธ ์ต์ ์ด๋ค.
(-json ์ต์ ์ ์ฌ์ฉํ ์ ์๋ ๋ช ๋ น์ด๋ค์ด ๋ฐ๋ก ์์.. ์ ๋ถ ์ฌ์ฉ ๊ฐ๋ฅํ์ง๋ ์๋ค.)
ํ๋ก๋น์ ๋ ํ์ดํ๋ผ์ธ์ ์ค๊ณํ๋ ๊ฒฝ์ฐ ๊ฒฐ๊ณผ์ ๋ฐ๋ฅธ ์ฟผ๋ฆฌ๊ฐ ํ์ํ ์ ์๋๋ฐ, JSON ํํ๋ก ๊ฒฐ๊ณผ๋ฅผ ์ถ๋ ฅํจ์ผ๋ก ํ๋ก๋น์ ๋ ๊ณผ์ ์ ์กฐ๊ฑด์ด๋ ๋ฐ์ดํฐ๋ก ์ฌ์ฉ์ด ๊ฐ๋ฅํ๋ค!
devcw@woos-dev-server:/mnt/c/Users/chanw/OneDrive/๋ฐํ ํ๋ฉด/terraform/03.start$
terraform validate -json
{
"format_version": "1.0",
"valid": true,
"error_count": 0,
"warning_count": 0,
"diagnostics": []
}
1.3 plan ๊ณํ & apply ์คํ
terraform plan ๋ช ๋ น์ ํ ๋ผํผ์ผ๋ก ์ ์ฉํ ์ธํ๋ผ์ ๋ณ๊ฒฝ ์ฌํญ๊ณผ ๊ดํ ์คํ ๊ณํ์ ์์ฑํ๋ ๋์์ด๋ค. ๋ํ ์ถ๋ ฅ๋๋ ๊ฒฐ๊ณผ๋ฅผ ํ์ธํ์ฌ ๋ฏธ๋ฆฌ ๊ฒํ ๊ฐ ๊ฐ๋ฅํ๋ค.
terraform apply ๋ช ๋ น์ ์ plan ๊ณํ์ ๊ธฐ๋ฐ์ผ๋ก ์์ ์ ์คํํ๋ค.
๋ ๋ช ๋ น์ด๋ ๋ฐ์ ํ ์ฐ๊ด์ฑ์ด ์์ด ๊ฐ์ด ์ค์ตํด๋ณด๊ฒ ๋ค.
terraform plan ๋ช ๋ น์ด ์คํ ๊ฒฐ๊ณผ
์ ๊ฒฐ๊ณผ์ฒ๋ผ plan ๋ช ๋ น์ ์งํํ๋ฉด ์ฒซ ์ถ๋ ฅ๋๋ ๋ก๊ทธ์์ ์ฌ๋ณผ์ด ๊ฐ์ง ์๋ฏธ๋ฅผ ์ค๋ช ํด์ค๋ค.
ํ์ฌ๋ ๊ตฌ์ฑ๋ ๋ฆฌ์์ค๊ฐ ์์ผ๋ฏ๋ก ์ฝ๋ ์คํ ์ ์ ๊ท๋ก ์์ฑ์ ์งํํ๊ฒ ๋๋ค
๊ทธ๋์ + create ๊ธฐํธ๊ฐ ๋ํ๋๋ค.
๋ง์ง๋ง plan: 1 to add, 0 to change, 0 to destory ๊ฒฐ๊ณผ๋ ์ด ๊ตฌ์ฑ์ ์ ์ฉํ ๊ฒฝ์ฐ 1๊ฐ์ ๋ฆฌ์์ค๊ฐ ์ถ๊ฐ๋๊ณ ๋ณ๊ฒฝ ๋ฐ ์ญ์ ๋๋ ๋์์ ์๋ค๋ ๊ฒ์ด๋ค.
์ฐธ๊ณ , -detailed-exitcode
์คํ ๊ณํ ๋ช ๋ น๊ณผ ํจ๊ป ์ฌ์ฉํ๊ธฐ์ ์ข์ ์ถ๊ฐ ์ต์ ์ด๋ค.
์ต์ ์ด ์์ ๋์ ๊ฒฐ๊ณผ๋ ๊ฐ์ผ๋, exitcode๊ฐ ํ๊ฒฝ๋ณ์๋ก ๊ตฌ์ฑ๋๋ค.
์ถ๋ ฅ ๊ฒฐ๊ณผ๋ฅผ ์ง์ ํ์ธํด๋ณด๊ฒ ๋ค.
- ? ์๋… init๋ก ์ด๊ธฐํ๋ ํด๋ณด๊ณ ๊ณ์ ์ฌ์๋์ค์ธ๋ฐ ์ต์ ์ด ๋จนํ์ง ์๋๋ค… ํด๋น ๋ฌธ์ ๋ ๋์ค์ ํ์ธ๋๋ฉด ์์ ํ๋๋ก ํ๊ฒ ๋ค.
terraform apply ์คํ ๊ฒฐ๊ณผ
terraform apply
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# local_file.abc will be created
+ resource "local_file" "abc" {
+ content = "abc!"
+ content_base64sha256 = (known after apply)
+ content_base64sha512 = (known after apply)
+ content_md5 = (known after apply)
+ content_sha1 = (known after apply)
+ content_sha256 = (known after apply)
+ content_sha512 = (known after apply)
+ directory_permission = "0777"
+ file_permission = "0777"
+ filename = "./abc.txt"
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: no # no๋ฅผ ์
๋ ฅํด์ ์ผ๋จ ์ทจ์ํ์๋ค.
Apply cancelled.
apply์ ๊ฒฝ์ฐ ‘yes’๊ฐ ์๋๋ฉด ๋ชจ๋ ์ทจ์ํ๋ ๊ฒ์ผ๋ก ๊ฐ์ฃผํ๋ค.
์ง๊ธ์ no๋กค ์ ๋ ฅํ์ฌ ์ ์ฉํ์ง ์์๊ณ , ์ด๋ฒ์๋ ์คํ ๊ณํ ํ์ผ์ ์์ฑํ์ฌ apply ๋ช ๋ น์ ์คํํ๋๋ก ํ๊ฒ ๋ค.
์ฐธ๊ณ , -out=tfplan
-out=<ํ์ผ๋ช > ํ์์ผ๋ก ํ์ผ ์ด๋ฆ์ด ์ ํด์ ธ ํ๋ ๊ฒฐ๊ณผ๊ฐ ์์ฑ๋์๋ค.
(๋ฐ์ด๋๋ฆฌ ํํ์ด๊ธฐ์ ๋ด์ฉ์ ํ์ธํ ์ ์๋ค.)
๋ค๋ฅธ ํ์ผ๊ฐ ํผ๋ํ์ง ์๋๋ก ์ ์๊ฐํด์ ๊ด๋ฆฌํ์.
๋ค์์ ์์ฑ๋ ํ์ผ์ apply ๋ช ๋ น์ ๋ถ์ฌ์ ์ฌ์ฉํด๋ณด๊ฒ ๋ค.
์ด์ ์ apply ๋ช ๋ น์ผ๋ก ์คํํ์ ๋๋ plan๊ณผ ๋์ผํ ๋์์ ๋จผ์ ์คํํ๊ณ ์ดํ ํด๋น ์คํ ๊ณํ์ ์ ์ฉํ ๊ฒ์ธ์ง ์ฌ๋ถ๋ฅผ ํ์ธํ์๋ค.
๊ทธ๋ฌ๋ ์ง๊ธ์ ์คํ ๊ณํ์ด ์์ผ๋ฏ๋ก, ์ฆ์ ์ ์ฉ๋ ๊ฒ์ ํ์ธํ ์ ์๋ค.
terraform apply
local_file.abc: Refreshing state... [id=5678fb68a642f3c6c8004c1bdc21e7142087287b]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
๋ค์ apply๋ฅผ ์งํํ๋ ์คํ ๊ณํ์ด ์์ฑ๋์ง ์๋๋ค.
์ด๋ ํ ๋ผํผ์ ์ ์ธ์ ์ผ๋ก ๊ตฌ์ฑ ๊ด๋ฆฌ๋ฅผ ์ ๊ณตํ๊ธฐ ๋๋ฌธ์, *๋ฉฑ๋ฑ์ฑ์ ๊ฐ์ ธ ๋์ผํ ๊ตฌ์ฑ์ ๋ํด์๋ ๋ค์ ์คํํ๊ฑฐ๋ ๋ณ๊ฒฝํ๋ ์์ ์ ์ํํ์ง ์๋๋ค.
- ๋ฉฑ๋ฑ์ฑ : ์ผํ ์ฐ์ฐ์ ์ฌ๋ฌ ๋ฒ ์ํํด๋ ๊ฒฐ๊ณผ๊ฐ ๋ฌ๋ผ์ง์ง ์๋ ์ฑ์ง
๊ทธ๋ผ main.tf์ ์๋ก์ด ํญ๋ชฉ์ ์ถ๊ฐํ๊ณ apply๋ฅผ ์คํ์ํค๋ฉด ์ด๋ป๊ฒ ๋ ๊น?
# main.tf ํ์ผ์ ๋ด์ฉ ์ถ๊ฐ
resource "local_file" "dev" {
content = "def!"
filename = "${path.module}/def.txt"
}
๊ฒฐ๊ณผ๋ฅผ ํ์ธํด๋ณด๋ฉด, ์ด๋ฏธ ํ๋ก๋น์ ๋๋ resource “local_file” “abc”์ ๋ํด์๋ ๋ณ๊ฒฝ์ด ์์ง๋ง, ์ถ๊ฐ๋ resource “local_file” “dev” ์ ๋ํด์๋ ์๋ก ์์ฑํ๊ฒ ๋ค๋ ๊ณํ์ ๋ณด์ฌ์ค๋ค.
ํ์ฌ yes๋ฅผ ์ ๋ ฅํ์ฌ dev ํ์ผ์ด ์์ฑ๋์ด ์๋ ์ํฉ์์, ๊ธฐ์กด์ ๊ตฌ์ฑํ tfplan ์คํ ๊ณํ ํ์ผ์ ๋์์์ผ๋ณด๊ฒ ๋ค.
- tfplan ํ์ผ์ด ์์ฑ๋ ํ ๋ณ๊ฒฝ์ด ๋ฐ์ํ์ผ๋ฏ๋ก, ๊ธฐ์กด์ ์์ฑ๋ ์คํ ๊ณํ์ ๋์ด์ ์ ์ฉ๋์ง ์๋๋ค.
ํ ๋ผํผ์ ์ ์ธ์ ์ผ๋ก ๋์ํ๊ธฐ ๋๋ฌธ์ ํ์ฌ์ ์ฝ๋ ์ํ์ ์ ์ฉํ ์ํ๋ฅผ ๋น๊ตํด ์ผ์น์ํค๋ ๋์์ ์ํํ๋ค.
์ฆ, ์ฝ๋์์ ์ํ ๊ตฌ์ฑ์ด ์ ๊ฑฐ๋ ์ ์๋ ์ญ์ ํ๋ ๋์์ ์ํํ๋ค.
(์ฝ๊ฒ ์ค๋ช ํ๋ฉด ๋ฐ๋ก ์ญ์ ํ๋ ๋ช ๋ น์ผ๋ก ์ญ์ ํ๋ ๊ฒ์ด ์๋, ์ฝ๋์์์ ๋ฆฌ์์ค๋ฅผ ์์ ๊ณ ์คํํ๋ฉด ๋ฆฌ์์ค๋ ์ญ์ ๊ฐ ์งํ๋๋ ํ์์ด๋ค.)
1.4 destroy ์ ๊ฑฐ & fmt
destory
๊ธฐ๋ณธ ์ฌ์ฉ๋ฒ : terraform [global option] destroy [option]]
destroy ๋ช ๋ น์ ํ ๋ผํผ ๊ตฌ์ฑ์์ ๊ด๋ฆฌํ๋ ๋ชจ๋ ๊ฐ์ฒด๋ฅผ ์ ๊ฑฐํ๋ ๋ช ๋ น์ผ๋ก, ๋ฐ๋ก ์์์ ์ค๋ช ํ๋ฏ ์ผ๋ถ ํญ๋ชฉ์ ์ญ์ ํ๊ณ ์ถ์ ๊ฒฝ์ฐ ์ ์ธ์ ํน์ฑ์ ์ด์ฉํ์ฌ ์ฝ๋์์ ์ ๊ฑฐํ ํ apply ํ๋ ๋ฐฉ์์ผ๋ก ์งํํด์ผ ํ๋ค.
(๊ทธ๋์ destory ๋ช ๋ น์ ๋ฐ๋ก ํ๋ฒ ๋ ํ์ธํ๋ ๋ฐฉ๋ฒ์ด ์๋ ๊ฒ์ผ๋ก ์๊ณ ์๋๋ฐ, ์ด๊ฑด ๋ค์์ ๋ค๋ค๋ณด๊ฒ ๋ค.)
ํ๋ฒ destory ๋ช ๋ น์ ์คํํด๋ณด๊ฒ ๋ค.
abc.txt ์ dev.txt ํ์ผ์ด ์ญ์ ๋์๋ค.
apply์ ๋ง์ฐฌ๊ฐ์ง๋ก yes๊ฐ ์๋๋ฉด ๊ณํ์ ์ทจ์ํ๋ ๊ฒ์ผ๋ก ๊ฐ์ฃผํ๋ค.
- ๋ํ ํด๋น ๋ช ๋ น์ terraform plan -destroy ๋ฅผ ์คํํ ๊ฒฐ๊ณผ์ ๋์ผํ๋ค. ์ฆ, destory ์์ ๋ ์ด์ ftplan ํ์ผ์ฒ๋ผ ๋ฏธ๋ฆฌ ์คํ ๊ณํ์ ์์ฑํ์ฌ apply๋ก ๊ณํ์ ๋ฐ๋ก ์คํํ ์ ์๋ค.
-auto-approve
์์ ์๋ง๋ค yes๋ฅผ ์ ๋ ฅํ์ฌ ๊ณํ์ ์น์ธํ๋ ๊ฒ์ด ๋ฒ๊ฑฐ๋กญ๋ค๋ฉด, ํด๋น ์ต์ ์ ํตํด ์๋ ์น์ธ ๊ธฐ๋ฅ์ ๋ถ์ฌํ ์ ์๋ค.
# auto-approve ์์ด ์คํ
terraform apply
.. ์๋ต
Enter a value : yes (yes์
๋ ฅ)
# auto-approve ์ถ๊ฐ
terraform apply -auto-approve
.. ์๋ต
plan 1 to add, 0 to change, 0 to destory
fmt
๊ธฐ๋ณธ ์ฌ์ฉ๋ฒ : terraform fmt [options] [DIR]
format ๋๋ reformat์ ์ค์ ํ์๋ก, ํ ๋ผํผ ๊ตฌ์ฑ ํ์ผ์ ํ์ค ํ์ ๋ฐ ํ์ค ์คํ์ผ๋ก ์ ์ฉํ๋ ๋ฐ ์ฌ์ฉํ๋ค.
์ฃผ๋ก ํ ๋ผํผ ์ฝ๋์ ๊ฐ๋ ์ฑ์ ๋์ด๋๋ฐ ์ฌ์ฉ๋๋ค.
(์์ ์๋ณ๋ก ์ฝ๋ ์์ฑ ์ ์ ๋ ฌ, ๋น์นธ, ๋ด๋ ค์ฐ๊ธฐ ๋ฑ ๊ท์น์ด ๋ค๋ฅธ ๊ฒฝ์ฐ ์ ์ฉํจ)
ํ๋ฒ ์ง์ ์คํํด์ ๋น๊ตํด๋ณด๊ฒ ๋ค.
resource "local_file" "abc" {
content = "abc!"
filename = "${path.module}/abc.txt"
}
resource "local_file" "dev" {
content = "def!"
filename = "${path.module}/def.txt"
}
- ์ ์ฉ ์
resource "local_file" "abc" {
content = "abc!"
filename = "${path.module}/abc.txt"
}
resource "local_file" "dev" {
content = "def!"
filename = "${path.module}/def.txt"
}
- ์ ์ฉ ํ
2. HCL
HCL์ HashiCorp configuration Language์ ์ฝ์๋ก, ํ์์ฝํ์ฌ์์ IaC์ ๊ตฌ์ฑ ์ ๋ณด๋ฅผ ๋ช ์ํ๊ธฐ ์ํด ๊ฐ๋ฐ๋ ์คํ์์ค์ด๋ค.
๊ณต๊ฐ๋ ์์ค ์ฝ๋๋ https//github.com/hashicorp/hcl ์์ ํ์ธ ๊ฐ๋ฅํ๋ค.
ํ ๋ผํผ์์ HCL์ด ์ฝ๋์ ์์ญ์ ๋ด๋นํ๋ค.
HCL๋ฅผ ์ฌ์ฉํ๋ ์ด์ ๋, ๋ณดํต ๋ค์์ ํ๋ก๋น์ ๋ ๋์ ์ธํ๋ผ์ ์๋น์ค๋ JSON๊ณผ YAML ๋ฐฉ์์ ๊ธฐ๊ณ ์นํ์ ์ธ ์ธ์ด๋ก ์ํตํ๋ค. (์๋ฅผ ๋ค๋ฉด, ansible, docker-compose ๋ฑ์ด ์๋ค.)
๊ทธ๋ฌ๋ ์ด๋ ์ฒ์ ์ ํ๋ ์ฌ์ฉ์๊ฐ ์ค์ ๋ก ๋ง๋ค์ด๋ด๊ณ ์ต์ํด์ง๋๋ฐ ์ด๋ ค์์ด ์๋ค.
ํ์์ฝํ์ฌ์์๋ ์ด์ ๊ฐ์ ๋ฌธ์ ๋ฅผ ํด๊ฒฐํ๊ธฐ ์ํด HCL๋ฅผ ๋ง๋ค์๋ค.
HCL์ ์ด์ฉํ ํ ๋ผํผ ๊ตฌ์ฑ | JSON์ ์ด์ฉํ CloudFormation ๊ตฌ์ฑ |
resource "local_file" "abc" { content = "abc!" filename = "${path.module}/abc.txt" } |
{ "resource": [ { "local_file": [ { "abc": [ { "content":"abc!", "filenale":"${path.module}/abc.txt" } ] } ] } ] } |
HCL๋ฅผ ์ฌ์ฉํ๋ฉด ๋์ผ ๋ด์ฉ์ JSON์ผ๋ก ํํํ๋ ๊ฒ ๋ณด๋ค 50~70ํผ์ผํธ ๋ ๊ฐ๊ฒฐํ๊ณ ์ฝ๊ธฐ ์ฝ๊ฒ ์์ฑํ ์ ์๋ค.
- HCL์์ ๋ณ์์ ๋ฌธ์์ด ๊ฐ์ ํจ๊ป ์ฌ์ฉํ๋ ์ธํฐํด๋ ์ด์ interpolation ํํ ๋ฐฉ์์, JSON์ ์ฌ์ฉํ๋ ๋ค๋ฅธ IaC ๋๊ตฌ์ ๋น๊ต
HCL์ ์ด์ฉํ ํ ๋ผํผ ๊ตฌ์ฑ | JSON์ ์ด์ฉํ CloudFormation ๊ตฌ์ฑ |
name = “{$var.PilotServerName}-vm” | “name”:”{”Fn::Join”:[”-”,[PilotServerName,vm]]}” |
2.1 HCL ํํ์
HCL๋ก ์์ฑ๋๋ ํ ๋ผํผ ์ฝ๋ ํํ์์ ๋ค์๊ณผ ๊ฐ๋ค.
// ํ์ค ์ฃผ์ ๋ฐฉ๋ฒ1
# ํ์ค ์ฃผ์ ๋ฐฉ๋ฒ2
/*
๋ผ์ธ
์ฃผ์
*/
locals {
key1 = "value1" # = ๋ฅผ ๊ธฐ์ค์ผ๋ก ํค์ ๊ฐ์ด ๊ตฌ๋ถ๋๋ฉฐ
myStr = "TF โก UTF-8" # UTF-8 ๋ฌธ์๋ฅผ ์ง์ํ๋ค.
multiStr = <<EOF
Multi
Line
String
with anytext
EOF
boolean1 = true # boolean true
boolean2 = false # boolean false๋ฅผ ์ง์ํ๋ค.
deciaml = 123 # ๊ธฐ๋ณธ์ ์ผ๋ก ์ซ์๋ 10์ง์,
octal = 0123 # 0์ผ๋ก ์์ํ๋ ์ซ์๋ 8์ง์,
hexadecimal = "0xD5" # 0x ๊ฐ์ ํฌํจํ๋ ์คํธ๋ง์ 16์ง์,
scientific = 1e10 # ๊ณผํํ๊ธฐ ๋ฒ๋ ์ง์ํ๋ค.
# funtion ํธ์ถ ์
myprojectname = format("%s is myproject name", var.project)
# 3ํญ ์ฐ์ฐ์ ์กฐ๊ฑด๋ฌธ์ ์ง์ํ๋ค.
credentials = var.credentials == "" ? file(var.credentials_file) : var.credentials
}
HCL ํํ์์์๋ ์ฝ๋์์ ์ฌ์ฉ๋๋ ์ฃผ์ ํ๊ธฐ๋ถํฐ ๋ณ์ ์ ์ ๋ฑ์ ํฌํจํ๊ณ ํ๋ก๊ทธ๋๋ฐ์ ์ธ ์ฐ์ฐ๊ณผ ๊ตฌ์ฑ ํธ์์ฑ์ ๋์ด๊ธฐ ์ํ function๋ ์ ๊ณตํ๋ค.
ํ ๋ผํผ์ผ๋ก ์ธํ๋ผ๋ฅผ ๊ตฌ์ฑํ๊ธฐ ์ํ ์ ์ธ ๋ธ๋ก๋ ๋ค์ ์กด์ฌํ๋ค.
- terraform
- resource
- data
- variable
- local
- output