Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
windWingWalker committed Jul 29, 2022
1 parent b1fc603 commit 31cd8b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ terraform {

provider "aws" {
region = var.aws_region
default_tags {
tags = {
"Project" = var.project_name
}
}
}

module "api-gateway" {
Expand Down

0 comments on commit 31cd8b1

Please sign in to comment.