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

Updated migrate_traffic description in google_app_engine_service_split_traffic resource #9896

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion google/resource_app_engine_service_split_traffic.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func resourceAppEngineServiceSplitTraffic() *schema.Resource {
"migrate_traffic": {
Type: schema.TypeBool,
Optional: true,
Description: `If set to true traffic will be migrated to this version.`,
Description: `If set to true traffic will be migrated to this version gradually.`,
},
"project": {
Type: schema.TypeString,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The `split` block supports:

* `migrate_traffic` -
(Optional)
If set to true traffic will be migrated to this version.
If set to true traffic will be migrated to this version gradually.

* `project` - (Optional) The ID of the project in which the resource belongs.
If it is not provided, the provider project is used.
Expand Down