Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 38ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated
alex

alex / scaleway.tf

Last active 1 month ago
0 0 1
1 # Required env vars:
2 # SCW_ACCESS_KEY
3 # SCW_SECRET_KEY
4 # SCW_DEFAULT_ORGANIZATION_ID
5 # SCW_DEFAULT_REGION
6 # SCW_DEFAULT_ZONE
7 provider "scaleway" {}
8
9 variable "ssh_key_url" {
10 type = string