Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Created October 7, 2021 14:57
Show Gist options
  • Save nicosingh/c936e01e1c86f63f3225ed334f3efad5 to your computer and use it in GitHub Desktop.
Save nicosingh/c936e01e1c86f63f3225ed334f3efad5 to your computer and use it in GitHub Desktop.
terraform {
required_version = "~> 1.0.3"
required_providers {
acme = {
source = "vancluever/acme"
version = "~> 2.5.3"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment