Skip to content

hcrhall/Terraform-Cloud-Run-Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Run Tasks Testing Configuration

This repository contains configuration that can be used within Terraform Cloud to test and validate Terraform Run Tasks. The configuration uses the random_pet resource to trigger a given action on the resource object.

Valid actions values for this config are:

  • ["no-op"]
  • ["create"]
  • ["delete", "create"]

Usage/Action

You can use this configuration by:

  1. Clone/Fork the repository
  2. Configure a new workspace:
    • Connect to the correct Version Control Provider
    • Choose the source repository
    • Set the Terraform Working Directory

Note:

Configuration of the Terraform working directory should be the only advanced option that needs to define. There are currently two options available:

  • create - Resulting in a ["create"] action on the first run, and ["no-op"] on subsequent runs.
  • update - Resulting in a ["create"] action on the first run, and ["delete", "create"] on subsequent runs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published