Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix: update revision path
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlawr authored and alexcodelf committed Aug 13, 2023
1 parent 852ecd1 commit 399d606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deployer/terraform/deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type CreateJobOptions struct {

// _backendAPI the API path to terraform deploy backend.
// Terraform will get and update deployment states from this API.
const _backendAPI = "/v1/projects/%s/environments/%s/services/%s/service-revisions/%s/terraform-states"
const _backendAPI = "/v1/projects/%s/environments/%s/services/%s/revisions/%s/terraform-states"

// _variablePrefix the prefix of the variable name.
const _variablePrefix = "_seal_var_"
Expand Down

0 comments on commit 399d606

Please sign in to comment.