rhythmic-sunset-53997
07/14/2023, 8:59 AMrequestsgitlab_config = pulumi.Config('gitlab')
gitlab_apikey = gitlab_config.require_secret('api_key')gitlab_apikeyOutput[string]requests(...)
def get_projects(api_key: str):
    gl = gitlab.GitLabApi(api_key)
    projects = gl.get_projects()
    for project in projects:
        print(project.path)
gitlab_apikey.apply(get_projects)apply()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