Skip to content

Instantly share code, notes, and snippets.

@pmatsinopoulos
Created August 27, 2023 11:10
Show Gist options
  • Save pmatsinopoulos/840e0e90baa9f1deee7e5e15c7132e1c to your computer and use it in GitHub Desktop.
Save pmatsinopoulos/840e0e90baa9f1deee7e5e15c7132e1c to your computer and use it in GitHub Desktop.
AWS Private and Public Subnets - providers.tf
provider "aws" {
region = local.region
default_tags {
tags = {
project = local.project
terraform = "1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment