Skip to content

Instantly share code, notes, and snippets.

@hkboujrida
Last active March 1, 2024 13:08
Show Gist options
  • Save hkboujrida/6971397db8dc9526ba02212f90e7ea97 to your computer and use it in GitHub Desktop.
Save hkboujrida/6971397db8dc9526ba02212f90e7ea97 to your computer and use it in GitHub Desktop.
cidr
output_address_cidr = "${join(".", [split(".", local.base_address)[0], split(".", local.base_address)[1], split(".", local.base_address)[2], split(".", split("/", local.other_address_cidr)[0])[3]])}/${split("/", local.other_address_cidr)[1]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment