Skip to content

Commit 77ce957

Browse files
committed
remove tf log variable
1 parent def7cdc commit 77ce957

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ EventTriangleAPI offers realtime communication using SignalR.
8282
### Deployments
8383

8484
- https://auth-eventtriangle.razumovsky.me/app/transactions
85+
- https://auth-eventtriangle.razumovsky.me/swagger/index.html
8586

8687
### Management
8788

azure-pipelines/templates/terraform-apply-stages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ stages:
7272
pool:
7373
vmImage: ${{ parameters.VmImage }}
7474
environment: ${{ parameters.environment }}
75-
variables:
76-
- name: 'TF_LOG'
77-
value: 'INFO'
7875
strategy:
7976
runOnce:
8077
deploy:

azure-pipelines/templates/terraform-plan-stages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ stages:
6666
displayName: ${{ parameters.stageName }}
6767
pool:
6868
vmImage: ${{ parameters.VmImage }}
69-
variables:
70-
- name: 'TF_LOG'
71-
value: 'INFO'
7269
steps:
7370
- checkout: self
7471
fetchDepth: 0

0 commit comments

Comments
 (0)