6 lines
68 B
Terraform
Raw Normal View History

2020-03-29 11:49:46 -03:00
#
# Providers definitions
#
provider "aws" {
version = "~> 2.53"
}