-
Notifications
You must be signed in to change notification settings - Fork 0
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
Have name be generated for uniqueness #42
Conversation
cloud/provider.go
Outdated
@@ -91,7 +91,7 @@ func init() { | |||
"gcp": "GCP configuration for the connection", | |||
"azure": "Azure configuration for the connection", | |||
"cloud_connection_name": "Name of the cloud connection", | |||
"cloud_environment_name": "Name of the cloud environment", | |||
"cloud_environment_type": "Type of the cloud environment, either: test, staging or production", |
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.
"cloud_environment_type": "Type of the cloud environment, either: test, staging or production", | |
"cloud_environment_type": "Type of the cloud environment, either: dev, test, staging, production, acc, qa or poc", |
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.
@urfreespace PTAL
and @mitch-hamm could you show your test result? maybe a testing screenshot provided is better |
I'll add a code block as the screen shot has internal information
|
closes: #40