INPUT_OBJECT

GcpGetResourceSetupTemplateReq

Description

GcpGetResourceSetupTemplateReq is the request to get the resource setup Terraform templates.

link GraphQL Schema definition

  • input GcpGetResourceSetupTemplateReq {
  • # Mapping from the project to the service account with which the cloud calls
  • # for the project should be made. The global service account will be used as
  • # the default service account.
  • projectIdToServiceAccount: ProjectIdToServiceAccount
  • # List of projects with features and permission groups to be onboarded.
  • projectsWithFeatures: [ProjectWithFeatures!]
  • }

link Require by