Merge pull request #4106 from justinsb/fix_comment_onPhaseiam

Automatic merge from submit-queue.

Fix code comment on PhaseSecurity
This commit is contained in:
Kubernetes Submit Queue 2017-12-18 20:38:33 -08:00 committed by GitHub
commit 78b61a5b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const (
PhaseStageAssets Phase = "assets"
// PhaseNetwork creates network infrastructure.
PhaseNetwork Phase = "network"
// PhaseIAM creates IAM profiles and roles, security groups and firewalls
// PhaseSecurity creates IAM profiles and roles, security groups and firewalls
PhaseSecurity Phase = "security"
// PhaseCluster creates the servers, and load-alancers
PhaseCluster Phase = "cluster"