Skip to content

Instantly share code, notes, and snippets.

@snassr
Created October 14, 2023 16:03
Show Gist options
  • Save snassr/736f3babb593bbf7446923419569c1fc to your computer and use it in GitHub Desktop.
Save snassr/736f3babb593bbf7446923419569c1fc to your computer and use it in GitHub Desktop.
medium_blog_652A1BBE_awsnetworking_variables.tf
variable "region" {
description = "name of aws region"
type = string
default = "us-west-2"
}
variable "project" {
default = "awsnetblog"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment