dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.3k stars 657 forks source link

Fix CloudWatch alarm template about dimensions #469

Open shirox opened 5 years ago

shirox commented 5 years ago

There was an error in the template of CloudWatch alarm...

Error: Unsupported block type

  on cloudwatch_alarm.tf line 14, in resource "aws_cloudwatch_metric_alarm" "xxxxxxx":
  14:     dimensions {

Blocks of type "dimensions" are not expected here. Did you mean to define
argument "dimensions"? If so, use the equals sign to assign it a value.
coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 38065b63f20850aa7620f2bdeaef1611e89cfdea on shirox:fix/cwa_template_at_dimensions into 67cb9299f283bc16bd70c197f25edc419bee280f on dtan4:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a49f5858b5fac24e7097ac267258418d6e5fc91e on shirox:fix/cwa_template_at_dimensions into 67cb9299f283bc16bd70c197f25edc419bee280f on dtan4:master.