modules/gitlab_integration/variables.tf (13 lines of code) (raw):
## Integration GitLab with AWS CodePipeline
variable "region" {}
variable "aws_repo_name" {}
variable "project_id" {}
variable "aws_user_name" {}
variable "gitlab_hostname" {}
variable "gitlab_token" {}
variable "sonar_url" {}
variable "sonarcloud_token" {}
variable "organization_name" {}
variable "project_key" {}
variable "project" {}
variable "sonar_timeout" {}
variable "app_language" {}