Skip to content

Instantly share code, notes, and snippets.

@anthonysnk
Last active June 5, 2021 00:50
Show Gist options
  • Select an option

  • Save anthonysnk/c77f45465745c3ace97ebf005d80782d to your computer and use it in GitHub Desktop.

Select an option

Save anthonysnk/c77f45465745c3ace97ebf005d80782d to your computer and use it in GitHub Desktop.

Revisions

  1. anthonysnk renamed this gist Jun 5, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. anthonysnk created this gist Jun 5, 2021.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    provider "aws" {
    region = var.aws_region
    profile = "tf-tutorial"
    default_tags {
    tags = {
    Project = "wordpress-ligthsail"
    }
    }
    }