sparse-intern-71089
11/05/2019, 4:08 PMbroad-helmet-79436
11/05/2019, 4:13 PMgcp.project.Service
resource:
new gcp.project.Service('container_service', {
service: '<http://container.googleapis.com|container.googleapis.com>'
})
better-actor-92669
11/07/2019, 9:20 AMfrom pulumi_gcp.projects import Service as API_Service
# Enable Cloud Resource Manager API
cloud_resource_manager_api = API_Service(
'cloud_resource_manager_api',
service='<http://cloudresourcemanager.googleapis.com|cloudresourcemanager.googleapis.com>')
# Enable Kubernetes Engine API
kubernetes_service_api = API_Service(
'kubernetes_engine_api',
service='<http://container.googleapis.com|container.googleapis.com>',
opts=ResourceOptions(
depends_on=[cloud_resource_manager_api]))
No 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