Skip to content

Commit

Permalink
fix TestAccPrivilegedAccessManagerEntitlement_privilegedAccessManager… (
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored and BBBmau committed May 8, 2024
1 parent 8afff16 commit a198e02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "google_privileged_access_manager_entitlement" "tfentitlement" {
gcp_iam_access{
role_bindings{
role = "roles/storage.admin"
condition_expression = "request.time < timestamp("2024-04-23T18:30:00.000Z")"
condition_expression = "request.time < timestamp(\"2024-04-23T18:30:00.000Z\")"
}
resource = "//cloudresourcemanager.googleapis.com/projects/%{project_name}"
resource_type = "cloudresourcemanager.googleapis.com/Project"
Expand Down Expand Up @@ -108,7 +108,7 @@ resource "google_privileged_access_manager_entitlement" "tfentitlement" {
gcp_iam_access{
role_bindings{
role = "roles/storage.admin"
condition_expression = "request.time < timestamp("2024-04-23T18:30:00.000Z")"
condition_expression = "request.time < timestamp(\"2024-04-23T18:30:00.000Z\")"
}
resource = "//cloudresourcemanager.googleapis.com/projects/%{project_name}"
resource_type = "cloudresourcemanager.googleapis.com/Project"
Expand Down

0 comments on commit a198e02

Please sign in to comment.