Skip to content

Instantly share code, notes, and snippets.

@pmatsinopoulos
Created August 27, 2023 10:37
Show Gist options
  • Save pmatsinopoulos/d86a79d21adc2982597232ef9d39b7ea to your computer and use it in GitHub Desktop.
Save pmatsinopoulos/d86a79d21adc2982597232ef9d39b7ea to your computer and use it in GitHub Desktop.
AWS Private and Public Subnets - main.tf
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.8.0"
}
}
required_version = ">=1.5.3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment