terraform-google-bastion-host icon indicating copy to clipboard operation
terraform-google-bastion-host copied to clipboard

feat: add internal IP variable.

Open Djabx opened this issue 2 years ago β€’ 1 comments

Djabx avatar Aug 08 '22 15:08 Djabx

@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.

comment-bot-dev avatar Sep 07 '22 23:09 comment-bot-dev

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

github-actions[bot] avatar Nov 07 '22 23:11 github-actions[bot]