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

Commit

Permalink
Move Cloud Build Worker Pool to GA. (#5356) (#399)
Browse files Browse the repository at this point in the history
* Move Cloud Build Worker Pool to GA.

Note: this includes some unusual changes due to deviations between the beta and GA APIs.

* upgrade dcl.

* finish removing version gate.

* Use new GA / Beta versions, neither of which is ACL'd.

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Nov 22, 2021
1 parent 5d0bd04 commit 57fd5bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions converters/google/resources/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ type Config struct {
EventarcBasePath string
GkeHubBasePath string
OrgPolicyBasePath string
// CloudBuild WorkerPool uses a different endpoint (v1beta1) than any other CloudBuild resources
CloudBuildWorkerPoolBasePath string
}

const AccessApprovalBasePathKey = "AccessApproval"
Expand Down

0 comments on commit 57fd5bf

Please sign in to comment.