Skip to content

Instantly share code, notes, and snippets.

@adriaanbd
Created December 29, 2020 00:26
Show Gist options
  • Save adriaanbd/b5c8a7f0fb7fb0cc1722be8575cf3868 to your computer and use it in GitHub Desktop.
Save adriaanbd/b5c8a7f0fb7fb0cc1722be8575cf3868 to your computer and use it in GitHub Desktop.
Terraform required providers
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