First working version
This commit is contained in:
6
terraform.tf
Normal file
6
terraform.tf
Normal file
@@ -0,0 +1,6 @@
|
||||
terraform {
|
||||
required_version = ">= 0.12"
|
||||
required_providers {
|
||||
digitalocean = ">= 1.18.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user