GetProject
Use this data source to get project details. For more information see API
Using GetProject
function getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>function get_project(project_id=None, opts=None)func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)Note: This function is named
LookupProjectin the Go SDK.
public static class GetProject {
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- project_
id str The project ID. If it is not provided, the provider project is used.
GetProject Result
The following output properties are available:
- auto_
create_ boolnetwork - billing_
account str - folder_
id str - id str
The provider-assigned unique ID for this managed resource.
- labels Dict[str, str]
- name str
- number str
- org_
id str - skip_
delete bool - project_
id str
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.