summaryrefslogtreecommitdiff
path: root/gen/platform/terraform/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'gen/platform/terraform/main.tf')
-rw-r--r--gen/platform/terraform/main.tf7
1 files changed, 7 insertions, 0 deletions
diff --git a/gen/platform/terraform/main.tf b/gen/platform/terraform/main.tf
new file mode 100644
index 0000000..3f217ed
--- /dev/null
+++ b/gen/platform/terraform/main.tf
@@ -0,0 +1,7 @@
+terraform {
+ required_providers {
+ scaleway = {
+ source = "scaleway/scaleway"
+ }
+ }
+}