Skip to content

entur/terraform-google-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module(s) for initiating Entur's GCP modules

Modules that help you discover attributes needed to use Terraform modules for Google Cloud Platform.

Main init module

A data-only module that fetches information about essential platform and application infrastructure. Produces a variety of useful outputs based on few inputs.

Module

Examples

Getting started

Example using the latest release

module "init" {
  source = "github.com/entur/terraform-google-init//modules/init?ref=v1"
  ...
}

See the README.md under each module's subfolder for a list of supported inputs and outputs. For examples showing how they're implemented, check the examples subfolder.

Version constraints

You can control the version of a module dependency by adding ?ref=TAG at the end of the source argument, as shown in the example above. You can find a list of available versions here.

About

A foundation for our other Terraform modules.

Topics

Resources

Stars

Watchers

Forks

Contributors 9

Languages