fpaupier / scw-terraform

Example config for terraform on Scaleway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaleway Terraform

A template to use terraform with Scaleway provider

As a kind reminder, never put credentials in your terraform config (:

Getting started

  1. Copy the example environment file under scw/ and adjust with your values
cp scw/.env.example scw/.env

then load your env variables with source scw/.env

  1. Adjust the config of the resource your want to create in scw/main.tf

  2. Adjust the output you want displayed upon terraforming by editing scw/outputs.tf

  3. In the scw dir, run terraform plan and if you're good with the proposed output, run terraform apply

Inspired from terraform doc

About

Example config for terraform on Scaleway


Languages

Language:HCL 79.1%Language:Shell 20.9%