Last active
January 13, 2020 10:18
-
-
Save phivid/80c8eefc2345207c5c0b593551f3af5e to your computer and use it in GitHub Desktop.
This file contains 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" { | |
version = "~> 2.0" | |
region = "eu-west-1" | |
ignore_tag_prefixes = ["kubernetes.io"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment