Skip to content

Commit

Permalink
Changing names
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-cr-13 committed Jan 16, 2024
1 parent 8c61644 commit 7fa42d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion gcp/sa/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "google_service_account" "this" {
account_id = var.account_id
display_name = var.name
display_name = "${project_name}-sa"
project = var.project_id
}

Expand Down
6 changes: 0 additions & 6 deletions gcp/sa/variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
variable "name" {
description = "Name of the service account"
type = string
}

variable "account_id" {
description = "The ID of the account for the service account"
type = string
Expand All @@ -22,7 +17,6 @@ variable "create_project" {
variable "project_name" {
description = "The displayed name of the project"
type = string
default = ""
}

variable "project_id" {
Expand Down

0 comments on commit 7fa42d0

Please sign in to comment.