Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekon committed Jun 6, 2024
1 parent 87d6460 commit 4fdfa40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion released/discovery_center/mission_3252/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ terraform {

provider "btp" {
#cli_server_url = var.cli_server_url
globalaccount = var.globalaccount
globalaccount = var.globalaccount
}
6 changes: 3 additions & 3 deletions released/discovery_center/mission_3252/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ variable "entitlements" {
]
}

variable "kyma_instance" {
type = object({
variable "kyma_instance" {
type = object({
name = string
region = string
machine_type = string
Expand All @@ -105,7 +105,7 @@ variable "kyma_instance" {
createtimeout = string
updatetimeout = string
deletetimeout = string
})
})
description = "Your Kyma environment configuration"
}

Expand Down

0 comments on commit 4fdfa40

Please sign in to comment.