8000 GitHub - fpaupier/scw-terraform: Example config for terraform on Scaleway
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fpaupier/scw-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0