- https://gitlab.git.dev.weave.works running on cluster
gitlab-01
on GKE, backed by repo
- https://dex-01.wge.dev.weave.works running on cluster
dex-01
on GKE, backed by repo. OIDC issuer configured for Github and on-prem Gitlab. - https://demo-01.wge.dev.weave.works running on cluster
demo-01
on GKE, backed by repo. WGE demo cluster, manually updated. - https://demo-02.wge.dev.weave.works running on cluster
demo-02
on GKE, backed by repo. WGE demo cluster, manually updated.
- Authenticate with GCP using
gcloud
:
gcloud auth application-default login
- Authenticate with AWS using
aws-google-auth
:
docker run -it -e GOOGLE_USERNAME -e GOOGLE_IDP_ID -e GOOGLE_SP_ID -e AWS_DEFAULT_REGION -e AWS_PROFILE -e AWS_ROLE_ARN -v ~/.aws:/root/.aws cevoaustralia/aws-google-auth --resolve-aliases
- Switch to the working directory of your choice and run Terraform:
cd ./environments/dev
terraform init
terraform plan
- View output variables (optional):
terraform output