masu-mi / example-info-to-k8s-from-tf

Example configuration of passing terraform info to k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example: pssing info. to k8s from tf

I want to pass Terraform's output to kustomize.

.
|-- README.md
|-- k8s
|   |-- base
|   `-- stg
|-- scripts
|   |-- copy-info.sh
|   |-- init-deploy.sh
|   |-- pass-info-to-kustomize.sh
|   `-- save-output.awk
|-- tf
|   |-- output.tf
|   |-- terraform.tfstate
|   `-- terraform.tfstate.backup
`-- tmp

About

Example configuration of passing terraform info to k8s


Languages

Language:Shell 73.4%Language:HCL 13.4%Language:Awk 13.3%