Skip to content

Instantly share code, notes, and snippets.

@amaurybsouza
Created March 8, 2022 11:42
Show Gist options
  • Save amaurybsouza/caa17952332100ea23a4c5952f5a85b8 to your computer and use it in GitHub Desktop.
Save amaurybsouza/caa17952332100ea23a4c5952f5a85b8 to your computer and use it in GitHub Desktop.
versions.tf
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment