Skip to content

Commit

Permalink
Add a fixme for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
whd committed Jan 5, 2024
1 parent bf5cabf commit 3cd52fc
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion google_deployment_accounts/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,31 @@ variable "gha_environments" {
default = []
}


# FIXME consider breaking this out into multiple variables
# variable "circleci_subjects" {
# type = list(string)
# default = []
# }
# variable "circleci_audiences" {
# type = list(string)
# default = []
# }
# variable "circleci_projects" {
# type = list(string)
# default = []
# }
# variable "circleci_vcses" {
# type = list(string)
# default = []
# }
# variable "circleci_vcs_origins" {
# type = list(string)
# default = []
# }
# variable "circleci_context_ids" {
# type = list(string)
# default = []
# }
variable "circleci_attribute_specifiers" {
description = "(CircleCI only) Attribute specifiers to allow deploys from. If specified, this overrides the github_repository variable."
type = set(string)
Expand Down

0 comments on commit 3cd52fc

Please sign in to comment.