Skip to content

Commit

Permalink
Configuring variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-cr-13 committed Dec 20, 2023
1 parent b949e78 commit 7cce6e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions generic/lighsail_containers/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ variable "service_name" {
type = string
}

variable "service_name" {
description = " The name for the container service."
type = string
}

variable "power" {
description = "The power specifies the amount of memory, the number of vCPUs, and the monthly price of each node of the container service."
type = string
Expand All @@ -57,7 +52,7 @@ variable "containers" {
type = map(object({
name = string
image = string
port = string
port = map(string)
command = list(string)
envs = map(string)
}))
Expand Down

0 comments on commit 7cce6e2

Please sign in to comment.