Skip to content

Instantly share code, notes, and snippets.

@pratikmallya
Last active October 21, 2020 06:51
Show Gist options
  • Save pratikmallya/6b2f5b03589cdab6c373183fa9492788 to your computer and use it in GitHub Desktop.
Save pratikmallya/6b2f5b03589cdab6c373183fa9492788 to your computer and use it in GitHub Desktop.
.. code:: hcl
resource "google_compute_global_address" "global-static-<SERVICE_NAME>" {
project = "<PROJECT_NAME>"
name = "<SERVICE_NAME>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment