File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
clouddeploy_deploy_policy_basic
clouddeploy_deploy_policy_full Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ resource "google_clouddeploy_deploy_policy" "b-deploy-policy" {
1313 time_zone = " America/Los_Angeles"
1414 weekly_windows {
1515 start_time {
16- hours = " 12 "
17- minutes = " 00 "
16+ hours = 0
17+ minutes = 0
1818 }
1919 end_time {
20- hours = " 13 "
20+ hours = " 24 "
2121 minutes = " 00"
2222 }
2323 }
Original file line number Diff line number Diff line change @@ -34,16 +34,12 @@ resource "google_clouddeploy_deploy_policy" "f-deploy-policy" {
3434 time_zone = " America/Los_Angeles"
3535 weekly_windows {
3636 start_time {
37- hours = " 12"
38- minutes = " 00"
39- seconds = " 00"
40- nanos = " 00"
37+ hours = 0
38+ minutes = 0
4139 }
4240 end_time {
4341 hours = " 13"
4442 minutes = " 00"
45- seconds = " 00"
46- nanos = " 00"
4743 }
4844 }
4945 }
@@ -60,8 +56,6 @@ resource "google_clouddeploy_deploy_policy" "f-deploy-policy" {
6056 start_time {
6157 hours = " 13"
6258 minutes = " 00"
63- seconds = " 00"
64- nanos = " 00"
6559 }
6660 end_time {
6761 hours = " 14"
@@ -74,16 +68,12 @@ resource "google_clouddeploy_deploy_policy" "f-deploy-policy" {
7468
7569 one_time_windows {
7670 start_time {
77- hours = " 15 "
71+ hours = " 00 "
7872 minutes = " 00"
79- seconds = " 00"
80- nanos = " 00"
8173 }
8274 end_time {
8375 hours = " 16"
8476 minutes = " 00"
85- seconds = " 00"
86- nanos = " 00"
8777 }
8878 start_date {
8979 year = " 2019"
You can’t perform that action at this time.
0 commit comments