Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Oct 4, 2024
1 parent 272ffeb commit c7af438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/terraform/modules/activation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,6 @@ module "activation_pipeline_container" {
module "activation_pipeline_template" {
source = "terraform-google-modules/gcloud/google"
version = "3.5.0"
additional_components = ["gsutil"]

platform = "linux"
create_cmd_body = "dataflow flex-template build --project=${module.project_services.project_id} \"gs://${module.pipeline_bucket.name}/dataflow/templates/${local.activation_container_image_id}.json\" --image \"${local.docker_repo_prefix}/${google_artifact_registry_repository.activation_repository.name}/${local.activation_container_name}:latest\" --sdk-language \"PYTHON\" --metadata-file \"${local.pipeline_source_dir}/metadata.json\""
Expand Down

0 comments on commit c7af438

Please sign in to comment.