Skip to content
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

Add test for sandbox #280

Conversation

paulpalamarchuk
Copy link
Contributor

@paulpalamarchuk paulpalamarchuk force-pushed the add_sanbox_test branch 4 times, most recently from c61ed6b to 6e8ad97 Compare October 14, 2019 10:36
@aaron-lane aaron-lane added the enhancement New feature or request label Oct 14, 2019
@@ -21,10 +21,6 @@ output "project_id" {
value = var.project_id
}

output "credentials_path" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why crednetial_path removed, is it related to PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unnecessary output

org_id = var.org_id
folder_id = var.folder_id
billing_account = var.billing_account
name = "ci-gke-${random_id.random_project.hex}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why random_project_id is not good enough?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically update labels for sandboxed node pools Add sandbox flag for node-pools
3 participants