terraform-google-bastion-host
terraform-google-bastion-host copied to clipboard
feat: add internal IP variable.
@Djabx Thanks for the PR! π Unfortunately it looks like some of our CI checks failed. See the Contributing Guide for details.
- β οΈcheck_terraform Failed Terraform check. More details below.
Running terraform fmt
Running terraform validate
terraform_validate .
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
β·
β
Error:
Unsupported argument
β
β
on variables.tf line 215, in variable "internal_ip":
β
215:
descriptdescription
= "The internal ip to use, if not set an address is automaticaly assigned."
β
β
An argument named "descriptdescription" is not expected here.
β΅
terraform_validate ./examples/bastion_group
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
β·
β
Error:
Unsupported argument
β
β
on ../../variables.tf line 215, in variable "internal_ip":
β
215:
descriptdescription
= "The internal ip to use, if not set an address is automaticaly assigned."
β
β
An argument named "descriptdescription" is not expected here.
β΅
terraform_validate ./examples/iap_tunneling
Success!
The configuration is valid.
terraform_validate ./examples/simple_example
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
β·
β
Error:
Unsupported argument
β
β
on ../../variables.tf line 215, in variable "internal_ip":
β
215:
descriptdescription
= "The internal ip to use, if not set an address is automaticaly assigned."
β
β
An argument named "descriptdescription" is not expected here.
β΅
terraform_validate ./examples/two_service_example
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
β·
β
Error:
Unsupported argument
β
β
on ../../variables.tf line 215, in variable "internal_ip":
β
215:
descriptdescription
= "The internal ip to use, if not set an address is automaticaly assigned."
β
β
An argument named "descriptdescription" is not expected here.
β΅
terraform_validate ./modules/bastion-group
There are some problems with the configuration, described below.
The Terraform configuration must be valid before initialization so that
Terraform can determine which modules and providers need to be installed.
β·
β
Error:
Unsupported argument
β
β
on ../../variables.tf line 215, in variable "internal_ip":
β
215:
descriptdescription
= "The internal ip to use, if not set an address is automaticaly assigned."
β
β
An argument named "descriptdescription" is not expected here.
β΅
terraform_validate ./modules/iap-tunneling
Success!
The configuration is valid.
terraform_validate ./test/setup
Success!
The configuration is valid.
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days