Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

577 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!)

Format the tofu files:

tofu fmt

Update the docs:

./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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages