Skip to content

Instantly share code, notes, and snippets.

View Xandir150's full-sized avatar

Alexander Shekhovtsov Xandir150

  • Montenegro
View GitHub Profile
provider "aws" {
version = "~> 2.0"
region = "eu-west-2"
}
# Providing a reference to our default VPC
resource "aws_default_vpc" "default_vpc" {
}
# Providing a reference to our default subnets