Creating a Stack from Git

Create a stack in Resource Manager from a Terraform configuration stored in Git. Select a configuration source provider that specifies the Git information needed to access the configurations.

Ensure that the Terraform configuration is valid. See Terraform Configurations for Resource Manager and Authoring Configurations.

For information about configuration source providers, see Managing Configuration Source Providers.

Modules from Private Git Repositories

No credentials are required in a private Git source URL within the Terraform configuration.

Following are prerequisites for a job to install a module from a private Git repository without these credentials:

  • The module's private Git repository must be stored on a public Git server.
  • The configuration source provider must have access to this private repository.

For examples of Git source URLs, see Generic Git Repository.

Was this article helpful?