Skip to content

Commit

Permalink
context.tf updated to v0.24.1, minimum required Terraform version bum…
Browse files Browse the repository at this point in the history
…ped to 0.13.0 when needed, readme updated (cloudposse#59)
  • Loading branch information
maximmi committed Feb 6, 2021
1 parent fa6c487 commit caf738c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 49 deletions.
7 changes: 4 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@

# Cloud Posse must review any changes to standard context definition,
# but some changes can be rubber-stamped.
**/context.tf @cloudposse/engineering @cloudposse/approvers
README.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
docs/*.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
**/*.tf @cloudposse/engineering @cloudposse/approvers
README.yaml @cloudposse/engineering @cloudposse/approvers
README.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
docs/*.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers

# Cloud Posse Admins must review all changes to CODEOWNERS or the mergify configuration
.github/mergify.yml @cloudposse/admins
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/auto-readme.yml

This file was deleted.

6 changes: 1 addition & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ module "label" {
source = "cloudposse/label/null"
version = "0.24.1"

# Using attributes = ["workers"] would put "workers" before any user-specified attributes.
# While that might be preferable (adding an attribute "blue" would create
# ...name-workers-blue instead of ...name-blue-workers), historically we forced "workers"
# to the end of the attribute list, so we do it again here to maintain compatibility.
attributes = compact(concat(module.this.attributes, ["workers"]))
attributes = ["workers"]

context = module.this.context
}
Expand Down

0 comments on commit caf738c

Please sign in to comment.