terraform: add applications module
This commit is contained in:
8
terraform/modules/applications/main.tf
Normal file
8
terraform/modules/applications/main.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
scaleway = {
|
||||
source = "scaleway/scaleway"
|
||||
version = ">= 1.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user