User Tools

Site Tools


bloglike:2022-03

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

bloglike:2022-03 [2022/03/25 08:45] – Is AWS RDS having a bad day styblabloglike:2022-03 [2022/03/30 10:41] (current) – terraform is trolling stybla
Line 6: Line 6:
  
 {{:bloglike:aws_rds_error0.png?400 |}} {{:bloglike:aws_rds_error0.png?400 |}}
-{{:bloglike:aws_rds_network_failure.png?400 |}}+{{ :bloglike:aws_rds_network_failure.png?400 |}}
  
 +===== terraform is trolling me =====
 +
 +<code>
 +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)
 +</code>
 +
 +Alright, happy to oblige.
 +
 +<code>
 +
 +│ 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"?
 +
 +</code>
 +
 +No, I meant ''cost_filter'' as **YOU**, hashicorp/aws v4.6.0, suggested! Oh well.
 +
 + --- //[[stybla@turnovfree.net|Zdenek Styblik]] 2022/03/30 15:34//
  
bloglike/2022-03.txt · Last modified: 2022/03/30 10:41 by stybla