kavindugp / terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

~ Create and configure service account key ~

Using service account feature create service account key and generate it using json format and include it in to provider.tf file as example.

~ execute terraform files ~
1. terrafrom init < folder which tf files include >
2. terrafrom plan < folder which tf files include >
3. terrafrom apply < folder which tf files include >
4. terrafrom destroy < folder which tf files include >

About


Languages

Language:Shell 81.5%Language:HCL 18.5%