-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add test for sandbox #280
Conversation
c61ed6b
to
6e8ad97
Compare
6e8ad97
to
eda0c98
Compare
@@ -21,10 +21,6 @@ output "project_id" { | |||
value = var.project_id | |||
} | |||
|
|||
output "credentials_path" { |
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.
why crednetial_path removed, is it related to PR?
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.
It's unnecessary output
test/setup/main.tf
Outdated
org_id = var.org_id | ||
folder_id = var.folder_id | ||
billing_account = var.billing_account | ||
name = "ci-gke-${random_id.random_project.hex}" |
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.
why random_project_id is not good enough?
eda0c98
to
daaf03f
Compare
daaf03f
to
6db2c5d
Compare
6db2c5d
to
b3c8466
Compare
sanbox_config
tonode_pool
resouce (Fix Add sandbox flag for node-pools #240)