Skip to content

Commit

Permalink
fix(module):google_project_module_update_skip_delete_arg
Browse files Browse the repository at this point in the history
Signed-off-by: Basma1912 <[email protected]>
  • Loading branch information
Basma1912 committed Jan 6, 2025
1 parent 9999822 commit fd35fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google_project/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ resource "random_id" "project" {
}

resource "google_project" "project" {
name = local.display_name
project_id = local.project_id
name = local.display_name
project_id = local.project_id
deletion_policy = ABANDON

billing_account = var.billing_account_id
Expand Down

0 comments on commit fd35fd1

Please sign in to comment.