Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 767 Bytes

File metadata and controls

25 lines (18 loc) · 767 Bytes

Simple Example

This example illustrates how to use the apphub module.

Inputs

Name Description Type Default Required
project_id The ID of the project in which to provision resources. string n/a yes

Outputs

Name Description
application_id n/a
project_id n/a

To provision this example, run the following from within this directory:

  • terraform init to get the plugins
  • terraform plan to see the infrastructure plan
  • terraform apply to apply the infrastructure build
  • terraform destroy to destroy the built infrastructure