Skip to content

Commit

Permalink
fix: fix issue with policy file where the was a string interpolation …
Browse files Browse the repository at this point in the history
…variable mismatch for vaas side
  • Loading branch information
luispresuelVenafi committed Jan 21, 2025
1 parent ca8cef2 commit cb9042c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions venafi/resource_venafi_policy_vaas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,10 @@ import (
// #nosec
var (
envVariables = fmt.Sprintf(`
variable "TPP_USER" {default = "%s"}
variable "TPP_PASSWORD" {default = "%s"}
variable "TPP_URL" {default = "%s"}
variable "TPP_ZONE" {default = "%s"}
variable "TPP_ZONE_ECDSA" {default = "%s"}
variable "TRUST_BUNDLE" {default = "%s"}
variable "CLOUD_URL" {default = "%s"}
variable "CLOUD_APIKEY" {default = "%s"}
variable "CLOUD_ZONE" {default = "%s"}
variable "TPP_ACCESS_TOKEN" {default = "%s"}
`,

os.Getenv("CLOUD_URL"),
os.Getenv("CLOUD_APIKEY"),
os.Getenv("CLOUD_ZONE"))
Expand Down

0 comments on commit cb9042c

Please sign in to comment.