User Tools

Site Tools


bloglike:2022-03

Issue 2022 - March

Is AWS RDS having a bad day?

Is AWS RDS having a bad day? Or is it AWS Console? Or is it my browser? All of them? Meeeeh.

terraform is trolling me

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.
╷
│ Warning: Argument is deprecated
│ 
│   with aws_budgets_budget.personal,
│   on budgets.tf line 6, in resource "aws_budgets_budget" "personal":
│    6:   cost_filters      = {}
│ 
│ Use the attribute "cost_filter" instead.
│ 
│ (and 3 more similar warnings elsewhere)

Alright, happy to oblige.

╷
│ Error: Unsupported argument
│ 
│   on budgets.tf line 6, in resource "aws_budgets_budget" "personal":
│    6:   cost_filter       = {}
│ 
│ An argument named "cost_filter" is not expected here. Did you mean "cost_filters"?
╵

No, I meant cost_filter as YOU, hashicorp/aws v4.6.0, suggested! Oh well.

Zdenek Styblik 2022/03/30 15:34

bloglike/2022-03.txt · Last modified: 2022/03/30 10:41 by stybla