Skip to content

Commit

Permalink
Merge pull request #1 from lacework/fix-integration-name
Browse files Browse the repository at this point in the history
fix: fixed default integration name
  • Loading branch information
Mike Laramie authored Oct 28, 2021
2 parents afdaa3e + be8d9d6 commit 3ae843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "time_sleep" "wait_time" {
}

resource "lacework_integration_gar" "default" {
name = var.lacework_integration_name + "-" + local.project_id
name = "${var.lacework_integration_name}-${local.project_id}"
registry_domain = var.registry_domain

credentials {
Expand Down

0 comments on commit 3ae843b

Please sign in to comment.