Skip to content

Instantly share code, notes, and snippets.

View andypmw's full-sized avatar
💭
Full-stack and DevOps Engineer

Andy Primawan andypmw

💭
Full-stack and DevOps Engineer
View GitHub Profile
@andypmw
andypmw / dojotek_membuat_amazon_vpc.tf
Created June 19, 2020 14:28
Dojotek Terraform Template untuk membuat Amazon VPC
/**
* Terraform template untuk membuat Amazon VPC, internet gateway, subnet, security group.
*
* Dibuat oleh Andy Primawan, Dojotek.
*/
provider "aws" {
version = "~> 2.67"
profile = "default"
region = "ap-southeast-1"