Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Mar 15, 2024
1 parent acb06fe commit ed2a832
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion humanitec-resource-defs/postgres-instance/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ resource "humanitec_resource_definition" "main" {
auto_grow_enabled = var.auto_grow_enabled
virtual_network_name = var.virtual_network_name
subnet_name = var.subnet_name
# private_dns_zone_id = var.private_dns_zone_id
workload_resource_group_name = var.workload_resource_group_name
}
})
Expand Down
5 changes: 0 additions & 5 deletions humanitec-resource-defs/postgres-instance/basic/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ variable "subnet_name" {
type = string
}

# variable "private_dns_zone_id" {
# description = "The ID of the Private DNS Zone which should be used."
# type = string
# }

variable "workload_resource_group_name" {
description = "The ID of the Application which should be used."
type = string
Expand Down
5 changes: 0 additions & 5 deletions modules/postgres-instance/basic/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ variable "subnet_name" {
type = string
}

# variable "private_dns_zone_id" {
# description = "The ID of the Private DNS Zone which should be used."
# type = string
# }

variable "workload_resource_group_name" {
description = "Specifies the Name of the Resource Group within which created resources will reside."
type = string
Expand Down

0 comments on commit ed2a832

Please sign in to comment.