blob: 5c56b76939755f0935eb3cdce80e3f55b6b400fa [file] [log] [blame]
terraform {
required_providers {
your-aws = {
source = "hashicorp/aws"
}
}
}
resource "aws_instance" "web" {
provider = "your-aws"
}