Skip to content

Instantly share code, notes, and snippets.

@anthonysnk
Last active June 5, 2021 00:50
Show Gist options
  • Save anthonysnk/c77f45465745c3ace97ebf005d80782d to your computer and use it in GitHub Desktop.
Save anthonysnk/c77f45465745c3ace97ebf005d80782d to your computer and use it in GitHub Desktop.
Provider Tf
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