-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary project artificat infrastructure #1967
Conversation
infra/gcp/clusters/projects/artifact-management-sandbox/main.tf
Outdated
Show resolved
Hide resolved
41a2122
to
b3f1582
Compare
resource "google_project" "project" { | ||
name = local.project_id | ||
project_id = local.project_id | ||
org_id = data.google_organization.org.org_id | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is temporary, I don't think we should use the terraform module gke-project
. Open to suggestions.
|
||
backend "gcs" { | ||
bucket = "k8s-infra-clusters-terraform" | ||
prefix = "artifact-management-sandbox" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@spiffxp will appear in the audit report. Created by terraform init
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack, I will try to capture this as part of #1952
No objections. Leaving hold for Aaron JIC /lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions
infra/gcp/clusters/projects/artifact-management-sandbox/main.tf
Outdated
Show resolved
Hide resolved
infra/gcp/clusters/projects/artifact-management-sandbox/main.tf
Outdated
Show resolved
Hide resolved
infra/gcp/clusters/projects/artifact-management-sandbox/main.tf
Outdated
Show resolved
Hide resolved
infra/gcp/clusters/projects/artifact-management-sandbox/main.tf
Outdated
Show resolved
Hide resolved
infra/gcp/clusters/projects/artifact-management-sandbox/main.tf
Outdated
Show resolved
Hide resolved
|
||
backend "gcs" { | ||
bucket = "k8s-infra-clusters-terraform" | ||
prefix = "artifact-management-sandbox" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack, I will try to capture this as part of #1952
b3f1582
to
5d3c27e
Compare
Ref: kubernetes#1758. Create a GCP project allowing II Coop folks to prototype cross-cloud artifact hosting infrastructure. Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
5d3c27e
to
d3ddbab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing, remove hold when ready to deploy
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ameukam, cpanato, spiffxp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Ref: #1758.
Create a GCP project allowing II Coop folks to prototype cross-cloud
artifact hosting infrastructure.
Signed-off-by: Arnaud Meukam ameukam@gmail.com