Skip to content

GSA/odp-tf-google-appengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform module

Overview

Table of Contents

Module Contents

Folder / File Description
main.tf description
variables.tf description
output.tf description

Module Variables

Inputs

The following variables need to be set either by setting proper environment variables or editing the variables.tf file:

Variable Type Description
variable string description

Outputs

The following variables need to be set either by setting proper environment variables or editing the variables.tf file:

Variable Type Description
variable string description

Module Setup

Authenication and privileges

Example

module "module_name" {
  source = "../modules/module_name" 
  var_1 = "1"
  var_2 = "2"

}

About

Terraform Module for Google App Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages