stack
aqitio/stack/fakewebservices
terraform-fakewebservices-stack This module provisions "resources" to a fictitious cloud provider, using the "Fake Web Services" Terraform provider. These resources are purely for demonstration purposes and are created in Terraform Cloud using an API token. --- Table of Contents - Prerequisites - Useful Resources - Configuration Example --- Prerequisites > Important > >This guide assume that you have already created an Organization in Terraform Cloud and that you have access to a Version Control System (VCS) repository that contains Terraform configuration. VCS Settings Terraform Cloud provides first-class support for VCS integration. This allows VCS repositories to contain all of the policies and configuration needed to manage Terraform at scale. To Integrate with VCS: 1. Connect a VCS Pr
| Name | Type | Description | Default |
|---|---|---|---|
| database_size | string | The allocated size of the database in gigabytes. | required |
| vpc_cidr_block | string | The range of IPv4 addresses for this VPC, in the form of a Classless Inter-Domai | required |
| stack_prefix | string | The prefix of the fake webservices stack. | required |
| server_count | string | The number of fakewebservices_server resources that will get provisioned. | required |
| server_type | string | The server type. | required |