Skip to content

boltops-learn-docs/terraspace-restricting-stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This repo contains only the documentation for the private BoltsOps repo code. Original file: https://github.com/boltops-learn/terraspace-restricting-stacks/blob/master/README.md The docs are publish so they are available for interested subscribers. For access to the source code, you can become a BoltOps subscriber. See: https://learn.boltops.com

Terraspace Restricting Stacks

BoltOps Learn Badge

BoltOps Badge

An example Terraspace project to show how to use the options:

config/app.rb

Terraspace.configure do |config|
  config.allow.stacks = ["stack1"]
  # config.deny.stacks = ["stack1"]
end

Usage

Uncomment out the examples in config/app.rb and run:

TS_ENV=dev    terraspace up stack1
TS_ENV=prod   terraspace up stack2
TS_ENV=global terraspace up route53

Video

Watch the video

Note: Premium video content requires a subscription.

Releases

No releases published

Packages

No packages published