Feat/mssql alpha instance (#7)
* chore: add missing resources --------- Co-authored-by: Marcel S. Henselin <marcel.henselin@stackit.cloud>
This commit is contained in:
parent
08afbcf574
commit
70db08f43f
8 changed files with 129 additions and 30 deletions
|
|
@ -2,14 +2,24 @@
|
|||
|
||||
terraform {
|
||||
required_providers {
|
||||
stackitalpha = {
|
||||
source = "registry.terraform.io/stackitcloud/stackitalpha"
|
||||
stackit = {
|
||||
source = "registry.terraform.io/stackitcloud/stackit"
|
||||
#version = "~> 0.70"
|
||||
}
|
||||
stackitprivatepreview = {
|
||||
source = "registry.terraform.io/stackitcloud/stackitprivatepreview"
|
||||
version = "~> 0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "stackitalpha" {
|
||||
provider "stackit" {
|
||||
default_region = "eu01"
|
||||
enable_beta_resources = true
|
||||
service_account_key_path = "./service_account.json"
|
||||
}
|
||||
|
||||
provider "stackitprivatepreview" {
|
||||
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