Skip to content

Commit

Permalink
fix(org): Update default tags (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Sep 10, 2024
1 parent 53ae404 commit b91cfbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_run:
workflows: [OpenTofu CI]
types: [completed]
branches: [main]

# Disable permissions for all available scopes
permissions: {}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tofu-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
aws-region: us-east-1
role-to-assume: ${{ secrets.AWS_ANS_ORG_OIDC_ROLE_ARN }}
role-to-assume: ${{ secrets.AWS_ORG_OIDC_ROLE_ARN }}

- name: Setup OpenTofu
uses: opentofu/setup-opentofu@12f4debbf681675350b6cd1f0ff8ecfbda62027b # v1.0.4
Expand Down
8 changes: 4 additions & 4 deletions terraform/org/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider "aws" {
region = "us-east-1"
default_tags {
tags = {
"3ware:project-id" = "aws-network-speciality"
"3ware:environment-type" = "dev"
"3ware:service" = "org"
"3ware:tofu" = true
"3ware:project-id" = "aws-network-speciality"
"3ware:environment" = "glb"
"3ware:service" = "org"
"3ware:managed-by-tofu" = true
}
}
}
Expand Down

0 comments on commit b91cfbb

Please sign in to comment.