fix: fixed some tests
This commit is contained in:
parent
5b6576da1c
commit
ff9f47edc3
12 changed files with 941 additions and 418 deletions
|
|
@ -88,3 +88,13 @@ resource "stackitprivatepreview_sqlserverflexalpha_instance" "ptlsdbsqlsrv" {
|
|||
# instance_id = var.instance_id
|
||||
# region = "eu01"
|
||||
# }
|
||||
|
||||
# data "stackitprivatepreview_sqlserverflexalpha_instance" "existing" {
|
||||
# project_id = var.project_id
|
||||
# instance_id = "b31575e9-9dbd-4ff6-b341-82d89c34f14f"
|
||||
# region = "eu01"
|
||||
# }
|
||||
#
|
||||
# output "myinstance" {
|
||||
# value = data.stackitprivatepreview_sqlserverflexalpha_instance.existing
|
||||
# }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue