Skip to content

Commit

Permalink
Split AWS and GCP terraform examples
Browse files Browse the repository at this point in the history
  • Loading branch information
domingusj committed Jun 9, 2018
1 parent b03cc24 commit e88e44c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform/aws/ec2/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
resource "aws_instance" "vm1" {
ami = "ami-efd0428f"
instance_type = "t2.micro"
key_name = "${var.key_name}"

tags {
Name = "demo"
}
}
File renamed without changes.

0 comments on commit e88e44c

Please sign in to comment.