Skip to content

Commit

Permalink
add the provider
Browse files Browse the repository at this point in the history
  • Loading branch information
parabolic committed May 18, 2019
1 parent 0b5c1e9 commit bf88ba1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/ec2_instance_cloudwatch_agent/providers.tf
@@ -0,0 +1,5 @@
provider "aws" {
region = "eu-west-1"
}

provider "template" {}

0 comments on commit bf88ba1

Please sign in to comment.