chore: initial push to be able to work together
This commit is contained in:
parent
81e8d48cf6
commit
30070d8470
263 changed files with 45437 additions and 2 deletions
14
sample/providers.tf
Normal file
14
sample/providers.tf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
stackitalpha = {
|
||||
source = "registry.terraform.io/stackitcloud/stackitalpha"
|
||||
version = "~> 0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "stackitalpha" {
|
||||
default_region = "eu01"
|
||||
enable_beta_resources = true
|
||||
service_account_key_path = "./service_account.json"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue