Skip to content

Instantly share code, notes, and snippets.

@josiahhaswell
Created February 22, 2021 21:58
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 josiahhaswell/17c99572160ee2d90591e77faa383a6e to your computer and use it in GitHub Desktop.
Save josiahhaswell/17c99572160ee2d90591e77faa383a6e to your computer and use it in GitHub Desktop.
main.tf/terraform config
terraform {
required_version = ">=0.14"
required_providers {
dns = {
source = "hashicorp/dns"
version = "3.0.1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment