Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# The default AWS provider in the default region
provider "aws" {
region = var.region
default_tags {
tags = local.default_tags
}

# For no reason other than redundant safety
# we only allow the use of the AWS Account
Expand Down
Loading