scribd / terraform-aws-datadog

Terraform module for setting up AWS Datadog integration
https://registry.terraform.io/modules/scribd/datadog/aws/1.0.0
MIT License
38 stars 30 forks source link

feat: add github action #2

Closed houqp closed 4 years ago

houqp commented 4 years ago

For testing, if this work, i am going to add slack, etc

github-actions[bot] commented 4 years ago

terraform validate Failed


Warning: Interpolation-only expressions are deprecated

  on logshipping.tf line 63, in resource "aws_iam_role_policy_attachment" "datadog-logshipping-lambda-attach":
  63:   role       = "${aws_iam_role.dd-log-lambda.name}"

Terraform 0.11 and earlier required all non-constant expressions to be
provided via interpolation syntax, but this pattern is now deprecated. To
silence this warning, remove the "${ sequence from the start and the }"
sequence from the end of this expression, leaving just the inner expression.

Template interpolation syntax is still used to construct strings from
expressions when the template includes multiple interpolation sequences or a
mixture of literal strings and interpolations. This deprecation applies only
to templates that consist entirely of a single interpolation sequence.

(and 15 more similar warnings elsewhere)

Error: Missing required argument

The argument "region" is required, but was not set.

Error: Missing required argument

The argument "app_key" is required, but was not set.

Error: Missing required argument

The argument "api_key" is required, but was not set.

Workflow: Terraform GitHub Actions, Action: hashicorpterraform-github-actions3, Working Directory: .