Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

safer_cluster_iap_bastion - ip_source_ranges_ssh not hooked up to anything #1155

Closed
whyvez opened this issue Feb 22, 2022 · 1 comment · Fixed by #1199
Closed

safer_cluster_iap_bastion - ip_source_ranges_ssh not hooked up to anything #1155

whyvez opened this issue Feb 22, 2022 · 1 comment · Fixed by #1199
Labels
bug Something isn't working good first issue Good for newcomers P3 medium priority issues triaged Scoped and ready for work

Comments

@whyvez
Copy link

whyvez commented Feb 22, 2022

TL;DR

In the safer_cluster_iap_bastion example, there is a variable named ip_source_ranges_ssh that doesn't look hooked up to anything. Did I miss something?

variable "ip_source_ranges_ssh" {
type = list(string)
description = "Additional source ranges to allow for ssh to bastion host. 35.235.240.0/20 allowed by default for IAP tunnel."
default = []
}

Expected behavior

No response

Observed behavior

No response

Terraform Configuration

na

Terraform Version

na

Additional information

No response

@whyvez whyvez added the bug Something isn't working label Feb 22, 2022
@bharathkkb
Copy link
Member

Thanks for the report, I may have meant to allow other static ranges. I think we should remove this since its an example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers P3 medium priority issues triaged Scoped and ready for work
Projects
None yet
2 participants