Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Serveladik committed Sep 17, 2024
1 parent f6fab6b commit ec4f3f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modules/resource_group_storage/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
output "resource_group_name" {
value = azurerm_resource_group.example.name
value = azurerm_resource_group.example.name
}
12 changes: 6 additions & 6 deletions modules/resource_group_storage/variables.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
variable "resource_group_name" {
type = string
default = "default-resource-group"
type = string
default = "default-resource-group"
}

variable "location" {
type = string
default = "Poland Central"
type = string
default = "Poland Central"
}

variable "storage_account_name" {
type = string
default = "defaultstorageaccount"
type = string
default = "defaultstorageaccount"
}

0 comments on commit ec4f3f0

Please sign in to comment.