Skip to content

Commit

Permalink
fixing google cidr vars
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 18, 2024
1 parent bb55263 commit c262d51
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 11 deletions.
12 changes: 2 additions & 10 deletions aws/lambda-google-cidr/variables.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
variable "billing_tag_value" {
type = string
description = "Identifies the billing code."
}

variable "google_cidr_schedule_expression" {
type = string
description = "This aws cloudwatch event rule scheule expression that specifies when the scheduler runs."
}

variable "google_cidr_prefix_list_id" {
type = string
description = "The prefix list id for the Google service CIDR ranges"
}

variable "google_cidr_docker_tag" {
type = string
description = "Set this to specify the image version"
Expand All @@ -22,6 +13,7 @@ variable "google_cidr_ecr_repository_url" {
type = string
description = "Inherited from ecr dependency"
}

variable "google_cidr_ecr_arn" {
type = string
description = "Inherited from ecr dependency"
Expand Down
28 changes: 27 additions & 1 deletion env/staging/lambda-google-cidr/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c262d51

Please sign in to comment.