crooked-pharmacist-80040
10/12/2023, 2:29 PMbackend_service = compute.BackendService(
backend_name,
project=gcp_project,
backends=backends,
enable_cdn=True,
port_name="http",
protocol="HTTP"
)
Does that mean, it will correspond to the following command:
gcloud compute backend-services create --global $BACKEND_NAME
Stackoverflow question: https://stackoverflow.com/questions/77281519/is-the-backend-service-created-in-google-cloud-compute-via-pulumi-globalNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by