Update billing subcategory for S3 bucket

This commit is contained in:
Radon Rosborough 2021-07-18 23:42:40 -07:00
parent 7791c1380d
commit c1fdf4399b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ resource "aws_s3_bucket" "riju" {
bucket = data.external.env.result.S3_BUCKET
tags = {
BillingSubcategory = "Riju:S3"
BillingSubcategory = "Riju:S3:Data"
}
}