Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Dec 9, 2023
1 parent 36657f2 commit 878a77e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion templates/ci_cd/azuredevops/templates/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ stages:
parameters:
terraform_action: $${{ parameters.terraform_action }}
serviceConnection: '${service_connection_name_apply}'

2 changes: 1 addition & 1 deletion templates/ci_cd/azuredevops/templates/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ stages:
backendAzureStorageAccountContainerName: $(BACKEND_AZURE_STORAGE_ACCOUNT_CONTAINER_NAME)
- template: helpers/terraform-plan.yaml
parameters:
serviceConnection: '${service_connection_name_plan}'
serviceConnection: '${service_connection_name_plan}'
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ steps:
if(!(Test-Path $toolFilePath)) {
$url = "https://releases.hashicorp.com/terraform/$($TF_VERSION)/terraform_$($TF_VERSION)_$($osAndArchitecture).zip"
if(!(Test-Path $unzipdir)) {
New-Item -ItemType Directory -Path $unzipdir| Out-String | Write-Verbose
}
Invoke-WebRequest -Uri $url -OutFile "$zipfilePath" | Out-String | Write-Verbose
}
Expand Down

0 comments on commit 878a77e

Please sign in to comment.