Skip to content

Commit 46babb1

Browse files
authored
Set ephemeral to true in GCP test terraform config (#300)
1 parent 8c438d2 commit 46babb1

File tree

1 file changed

+1
-1
lines changed
  • deployment/modules/gcp/tesseract/test

1 file changed

+1
-1
lines changed

deployment/modules/gcp/tesseract/test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module "storage" {
88
project_id = var.project_id
99
base_name = var.base_name
1010
location = var.location
11-
ephemeral = false
11+
ephemeral = true
1212
}
1313

1414
module "secretmanager" {

0 commit comments

Comments
 (0)