AWS AMI Snapshot Module for Persistent Workspace State #928
ci.yaml
on: pull_request
Check for typos and unformatted code
27s
Validate Terraform output
4m 23s
Validate README files
13s
Annotations
3 errors
Validate Terraform output
Process completed with exit code 1.
|
error::
test/test.ts#L265
on main.tf line 19, in provider "aws":
19: region = var.aws_region != "" ? var.aws_region : null
An input variable with the name "aws_region" has not been declared. This
variable can be declared with a variable "aws_region" {} block.
Error: Reference to undeclared input variable
on main.tf line 19, in provider "aws":
19: region = var.aws_region != "" ? var.aws_region : null
An input variable with the name "aws_region" has not been declared. This
variable can be declared with a variable "aws_region" {} block.
at <anonymous> (/home/runner/work/registry/registry/test/test.ts:265:11)
|
error::
test/test.ts#L265
on main.tf line 19, in provider "aws":
19: region = var.aws_region != "" ? var.aws_region : null
An input variable with the name "aws_region" has not been declared. This
variable can be declared with a variable "aws_region" {} block.
Error: Reference to undeclared input variable
on main.tf line 19, in provider "aws":
19: region = var.aws_region != "" ? var.aws_region : null
An input variable with the name "aws_region" has not been declared. This
variable can be declared with a variable "aws_region" {} block.
at <anonymous> (/home/runner/work/registry/registry/test/test.ts:265:11)
|