Skip to content

ds2/terraform-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS/2 Terraform Modules

Import

In your tf file, create a new module and reference this repository:

module "aws1" {
    source = "git::https://gitlab.com/ds_2/terraform-modules.git//aws_s3_bucket?ref=v0.4.5"
    name   = "my-bucket"
}

The ref parameter defines the tag name to checkout. You should update it to the latest stable version. If omitted, you usually get the master branch content which may change over time (which is not good for YOUR recipes!!).

Release (for local Developers only!)

Update the docs first:

./createDocs.sh

Simply apply a tag in the format "vMYVERSION". Semantic versioning. You can do so by running:

# please update the release tag here!!
MYTAG="v0.3.10"
git tag -s ${MYTAG} -m "Releasing version ${MYTAG}" && git tag -v ${MYTAG} && git push origin ${MYTAG}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages