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
5 changes: 5 additions & 0 deletions terraform/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ terraform {
}
}

// Region and profile come from the ambient environment at run time, not from here.
// managed-by is deliberately distinct from incubator's "terraform-incubator": account
// 035866691871 is written to by two Terraform states, and the tag says which one owns
// a resource. IAM groups and policy attachments cannot be tagged by any AWS API, so
// they carry no managed-by regardless of this block.
provider "aws" {
default_tags {
tags = {
Expand Down
Loading