Last active
June 5, 2021 00:50
-
-
Save anthonysnk/c77f45465745c3ace97ebf005d80782d to your computer and use it in GitHub Desktop.
Provider Tf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
provider "aws" { | |
region = var.aws_region | |
profile = "tf-tutorial" | |
default_tags { | |
tags = { | |
Project = "wordpress-ligthsail" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment