Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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