Skip to content

Commit b8a0d79

Browse files
bugfix: only create categories for active accounts
1 parent 56a40af commit b8a0d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org-formation/050-costs/_tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CostCategoryRulesMicroservice:
4141
Parameters:
4242
AcmCertificateArn: !CopyValue [!Sub '${primaryRegion}-${resourcePrefix}-sageit-finops-cert-CertificateArn']
4343
DnsName: "cost-rules.finops.sageit.org"
44-
ChartOfAccountsURL: "https://mips-api.finops.sageit.org/accounts?show_inactive_codes=on"
44+
ChartOfAccountsURL: "https://mips-api.finops.sageit.org/accounts"
4545
ProgramCodeTagList: "CostCenterOther,CostCenter"
4646

4747
# The underlying template uses AWS::Include, but CloudFormation will not detect changes in the included

0 commit comments

Comments
 (0)