Skip to content

ancient07/terraform-examples

 
 

Repository files navigation

terraform in croc cloud

reference test suite with supported resources

· Documentation ·


Build status

  • PR build status: pr status
  • Nightly build status: night status

Supported resources

ec2 resources

vpc resources

S3 resources

Installation

  $ cp terraform.tfvars.example terraform.tfvars
  • Generate and run configure script:
  $ autoreconf -i && ./configure
  • Run make to init aws provider

  • Update terraform.tfvars file with desirable values

How to run specific examples

  • Run make show-cases to list all available examples

  • Run terraform plan, apply and destroy command for specified case:

  $ make plan-<case_name>
  $ make apply-<case_name>
  $ make destroy-<case_name>
  • Use make clean to remove terraform.tfstate* and crash.log files

  • Use make clean-all to remove aws provider

Tests

  • Run make check to run all tests via autotest test framework

Contributors

Thanks goes to these wonderful people:


Mikhail Ushanov


Pavel Kulyov


ancient07


aeko-empt


Sharpeye90


Girag


Nikita Kretov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 82.6%
  • Makefile 11.4%
  • M4 5.1%
  • Shell 0.9%