Skip to content

Instantly share code, notes, and snippets.

View kunduso's full-sized avatar
🏠
Working from home

sourav kundu kunduso

🏠
Working from home
View GitHub Profile
@kunduso
kunduso / powershell command
Last active June 18, 2021 11:49
Powershell command to initialize a terraform working directory
terraform init -backend-config="bucket=$(remote-state-bucket-name)" -backend-config="key=tf/terraform.tfstate" -backend-config="region=$(region)" -backend-config="access_key=$(access_key)" -backend-config="secret_key=$(secret_key)" -no-color