Skip to content

Commit

Permalink
updates and remove postgres_server_id in the base variables.tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
marycrawford committed Dec 11, 2024
1 parent 032b93f commit 5fdafa9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions ops/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ module "networking" {

# The DNS zone and DNS link are managed inside the networking module.
postgres_server_id = module.database.postgres_server_id


}

module "securitygroup" {
Expand Down
2 changes: 0 additions & 2 deletions ops/terraform/modules/network/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ variable "location" {
}

variable "postgres_server_id" {
description = "The ID of the PostgreSQL server"
type = string
}
2 changes: 1 addition & 1 deletion ops/terraform/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "client_id" {}
variable "name" {}
variable "postgres_server_id" {}
# variable "postgres_server_id" {}
variable "object_id" {}
variable "tenant_id" {}

Expand Down

0 comments on commit 5fdafa9

Please sign in to comment.