You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"google_game_services_game_server_deployment_rollout" {
source="./modules/google-beta/d/google_game_services_game_server_deployment_rollout"# deployment_id - (required) is a type of stringdeployment_id=null
}
variable"deployment_id" {
description="(required) - The deployment to rollout the new config to. Only 1 rollout must be associated with each deployment."type=string
}