ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Terraform - 1
    혼자서 공부하기/Terraform 2023. 5. 6. 16:34
    728x90
    반응형
    SMALL

    Terraform

    HCL 문법

    기본 문법 : .tf

    JSON 문법 : .tf.json

    Convention : indent = 2 space

    argument ( = attribute)

    식별자 (argument name) = 값 (argument value) >> image_id = "abc123"

    blocks

    컨텐츠의 묶음

    최상위 Block type

    resource, input, output, data, module ...


    formatter = terraform fmt

    → VS Code Plugin 설치 했다면 terraform fmt가 자동으로 실행됨

    728x90
    반응형
    LIST

    댓글

Designed by Tistory.