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
Copy file name to clipboardExpand all lines: google/resource_cloud_run_v2_service.go
+22
Original file line number
Diff line number
Diff line change
@@ -507,6 +507,11 @@ If not specified, defaults to the same value as container.ports[0].containerPort
507
507
Optional: true,
508
508
Description: `Email address of the IAM service account associated with the revision of the service. The service account represents the identity of the running revision, and determines what permissions the revision has. If not provided, the revision will use the project's default service account.`,
509
509
},
510
+
"session_affinity": {
511
+
Type: schema.TypeBool,
512
+
Optional: true,
513
+
Description: `Enables session affinity. For more information, go to https://cloud.google.com/run/docs/configuring/session-affinity`,
514
+
},
510
515
"timeout": {
511
516
Type: schema.TypeString,
512
517
Computed: true,
@@ -1396,6 +1401,8 @@ func flattenCloudRunV2ServiceTemplate(v interface{}, d *schema.ResourceData, con
0 commit comments