Skip to content

Commit

Permalink
Update provider/resources.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Wahbe <[email protected]>
  • Loading branch information
rshade and iwahbe authored Nov 20, 2024
1 parent 5f715d4 commit 71b6750
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,11 @@ const (
gcpWorkbench = "Workbench" // Workbench
gcpWorkflows = "Workflows" // Workflows
gcpWorkstations = "Workstations" // Workstations
noProjectVar = "DisableGlobalProjectWarning" //Setting value for project config option
)

// When `gcp:project` is set to noProjectMarkerValue, we don't warn that a global project is missing and we don't try to validate the project.
const noProjectMarker = "DisableGlobalProjectWarning"

var moduleMapping = map[string]string{
"access_approval": gcpAccessApproval,
"access_context_manager": gcpAccessContextManager,
Expand Down

0 comments on commit 71b6750

Please sign in to comment.