We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd43924 commit db824d7Copy full SHA for db824d7
examples/multi-runner/main.tf
@@ -57,7 +57,6 @@ module "runners" {
57
id = var.github_app.id
58
webhook_secret = random_id.random.hex
59
}
60
-
61
# Assuming local build lambda's to use pre build ones, uncomment the lines below and download the
62
# lambda zip files lambda_download
63
# webhook_lambda_zip = "../lambdas-download/webhook.zip"
examples/multi-runner/providers.tf
@@ -1,3 +1,9 @@
1
provider "aws" {
2
region = local.aws_region
3
+
4
+ default_tags {
5
+ tags = {
6
+ Example = local.environment
7
+ }
8
9
0 commit comments