main
tf 7 lines 112 Bytes
Raw
1 terraform {
2 required_providers {
3 aws = {
4 source = "registry.opentofu.org/hashicorp/aws"
5 }
6 }
7 }