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

An Azure Bastion module that can be added to a virtual network #186

Closed
glennmusa opened this issue Apr 29, 2021 · 0 comments · Fixed by #209
Closed

An Azure Bastion module that can be added to a virtual network #186

glennmusa opened this issue Apr 29, 2021 · 0 comments · Fixed by #209
Assignees
Labels
core New feature or request

Comments

@glennmusa
Copy link
Contributor

glennmusa commented Apr 29, 2021

Benefit/Result/Outcome
Automated deployment of a Bastion host and its dependent components (subnet, PIP)

Description
Taking a virtual network as input, I should be able to include a Bastion module that creates the correct and valid subnet in that virtual network and creates its required public IP address:

Helpful links:

Acceptance Criteria

  • A new standalone "bastion" module that can be reused by any TF configuration with a virtual network
  • The module takes a dependency on a virtual network as input
  • The module takes a dependency on a valid subnet for that virtual network as input
  • The subnet created within the module is named "AzureBastionSubnet"
  • The subnet created within the module is /27 or larger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants