Skip to content

Commit

Permalink
#15 - aws template
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Aug 29, 2024
1 parent 8f32751 commit 7cd9332
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aws/main.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Configure the AWS provider
provider "aws" {
region = "eu-west-1"
}

# Create an EC2 instance
resource "aws_instance" "example" {
ami = "ami-785db401"
instance_type = "t2.micro"
}

0 comments on commit 7cd9332

Please sign in to comment.