stdlib: add GKE support
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
15
stdlib/gcp/gcp.cue
Normal file
15
stdlib/gcp/gcp.cue
Normal file
@@ -0,0 +1,15 @@
|
||||
package gcp
|
||||
|
||||
import (
|
||||
"dagger.io/dagger"
|
||||
)
|
||||
|
||||
// Base Google Cloud Config
|
||||
#Config: {
|
||||
// GCP region
|
||||
region: string
|
||||
// GCP projcet
|
||||
project: string
|
||||
// GCP service key
|
||||
serviceKey: dagger.#Secret
|
||||
}
|
Reference in New Issue
Block a user