busy-lawyer-33856
03/16/2023, 2:29 PMgcp.monitoring.UptimeCheckConfig
class, when I'm a trying to pulumi up
the resource, I get the error:
creating UptimeCheckConfig: googleapi: Error 400: Name must begin with 'projects/{project_id}/groups/{group_id}', got: project/PROJECT_ID/groups/
but I don't understand what name there is referring to? There is no keyword argument call name and I don't see anything on this formed written in the examples on the document page.
Help will be appreciated!victorious-florist-84818
03/16/2023, 2:44 PMbusy-lawyer-33856
03/16/2023, 2:45 PMhttps = gcp.monitoring.UptimeCheckConfig("UPTIME-CHECK-https",
# project=gc_project,
# gcp.monitoring.UptimeCheckConfig
display_name='uptime-check-pulumi',
timeout="10s",
resource_group=gcp.monitoring.UptimeCheckConfigResourceGroupArgs(
resource_type="INSTANCE"
),
http_check = gcp.monitoring.UptimeCheckConfigHttpCheckArgs(
path="/"
),
opts=pulumi.ResourceOptions(depends_on=[service])
)
victorious-florist-84818
03/16/2023, 2:49 PMbusy-lawyer-33856
03/16/2023, 3:18 PMvictorious-florist-84818
03/16/2023, 3:24 PMbusy-lawyer-33856
03/21/2023, 2:05 PMINSTANCE
and AWS_ELB_LOAD_BALANCER
and not all the possible on gcp console like URL or cloud run service?victorious-florist-84818
03/23/2023, 12:05 PM