<!-- Before submitting a bug, make sure that you meet the following requirements: 1. use the latest version of the module 2. read the documentation --> # Describe the bug A re-opening of a previous ticket that has been closed https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1278, we are hitting the exact same issue # To Reproduce Steps to reproduce the behavior: Try to use the module like this: module "gitlab-runner" { source = "cattle-ops/gitlab-runner/aws" version = "9.2.0" environment = "prod" runner_gitlab = { url = var.gitlab_url preregistered_runner_token_ssm_parameter_name = var.token_ssm_parameter_name } enable_managed_kms_key = true subnet_id = var.subnet vpc_id = var.vpc } # Expected behavior Terraform plan should not fail # Additional context Caused by https://github.com/cattle-ops/terraform-aws-gitlab-runner/pull/1258