Skip to content

Commit e5f2515

Browse files
authored
docs: remove invalid aws_region parameter from basic usage example (#1326)
## Description Improves the documentation and removes the no longer existing parameter. Closes #1306
1 parent 5a63472 commit e5f2515

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/usage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ module "runner" {
4949
# https://registry.terraform.io/modules/cattle-ops/gitlab-runner/aws/
5050
source = "cattle-ops/gitlab-runner/aws"
5151
52-
aws_region = "eu-west-1"
5352
environment = "spot-runners"
5453
5554
vpc_id = module.vpc.vpc_id

0 commit comments

Comments
 (0)