Skip to content

Commit

Permalink
refactor the way to call terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
marc authored and maathor committed Nov 24, 2020
1 parent c55cbe2 commit 87772e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cloud_provider/aws/kubernetes/mod.rs
Expand Up @@ -537,7 +537,6 @@ impl<'a> Kubernetes for EKS<'a> {
self.context.execution_id(),
crate::cmd::terraform::terraform_exec_with_init_validate_plan_apply(
temp_dir.as_str(),
true,
self.context.is_dry_run_deploy(),
),
)?;
Expand Down

0 comments on commit 87772e3

Please sign in to comment.