Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 자격증
- cloud
- gcp
- cloud armor
- vpc peering
- kubernetes
- 보안 규칙
- Python
- docker
- github
- CentOS
- vm
- Google Cloud Platform
- VAGRANT
- devops
- cloud function
- Terraform Cloud
- interconnect
- terraform
- 우테캠
- IAM
- MIG
- pub/sub
- Clean Code
- 후기
- direnv
- Uptime Check
- cicd
- AWS
- Java
Archives
- Today
- Total
목록variables (1)
EMD Blog
tfe_variable Resource value Type 관련
tfe_variable Resource를 사용해서 Terraform Workspace의 변수를 관리 할 수 있음. 하지만 이 variable Resource의 value로는 String만 지정이 가능함. 만약에 Map, List 등을 지정 할 경우 아래 에러가 발생 tfe_variable Inappropriate value for attribute "value": string required. 관련 이슈는 아래에서 확인 가능하며 해결방법도 나와있음.(jsonencode ) https://github.com/hashicorp/terraform-provider-tfe/issues/188 tfe_variable: list(string) not supported · Issue #188 · hashicorp/te..
IaC/Terraform
2022. 9. 4. 07:52