feat: remove unused firewall properties from settings usg

This commit is contained in:
Mateusz Filipowicz
2025-02-06 23:50:33 +01:00
committed by Mateusz Filipowicz
parent b19314bc6e
commit 4c3d5830ad
5 changed files with 14 additions and 36 deletions

View File

@@ -12,4 +12,4 @@ build:
.PHONY: testacc
testacc:
TF_LOG=debug TF_ACC=1 go test $(TEST) -test.parallel 2 -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)
TF_LOG_PROVIDER=debug TF_ACC=1 go test $(TEST) -test.parallel 2 -v -count $(TEST_COUNT) -timeout $(TEST_TIMEOUT) $(TESTARGS)