provider "aws" { region = "us-west-2" } output "my_output" { value = "my output" }