Opengist

Explore

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

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
alex

alex

Joined 1 month ago

All gists 1
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