Skip to content

Instantly share code, notes, and snippets.

@dustindortch
Created December 18, 2022 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustindortch/a44811a147d91cd634326e9764030568 to your computer and use it in GitHub Desktop.
Save dustindortch/a44811a147d91cd634326e9764030568 to your computer and use it in GitHub Desktop.
variable "resource_group_name" {
type = string
}
variable "virtual_network_name" {
type = string
}
variable "public_ip_name" {
type = string
}
variable "bastion_host_name" {
type = string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment