Temporary project artificat infrastructure#1967
Merged
k8s-ci-robot merged 1 commit intokubernetes:mainfrom Apr 26, 2021
Merged
Conversation
Member
Author
ameukam
commented
Apr 22, 2021
41a2122 to
b3f1582
Compare
ameukam
commented
Apr 22, 2021
Comment on lines
+27
to
+36
| resource "google_project" "project" { | ||
| name = local.project_id | ||
| project_id = local.project_id | ||
| org_id = data.google_organization.org.org_id | ||
| } |
Member
Author
There was a problem hiding this comment.
Since this is temporary, I don't think we should use the terraform module gke-project. Open to suggestions.
ameukam
commented
Apr 22, 2021
|
|
||
| backend "gcs" { | ||
| bucket = "k8s-infra-clusters-terraform" | ||
| prefix = "artifact-management-sandbox" |
Member
|
No objections. Leaving hold for Aaron JIC /lgtm |
spiffxp
suggested changes
Apr 23, 2021
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" |
Contributor
There was a problem hiding this comment.
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
spiffxp
approved these changes
Apr 23, 2021
Contributor
spiffxp
left a comment
There was a problem hiding this comment.
Thanks for addressing, remove hold when ready to deploy
Contributor
|
[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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
Author
|
/hold cancel |
This was referenced Apr 26, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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