stack

aqitio/stack/fakewebservices

Terraform Module HCL FAKEWEBSERVICES
Install
module "stack" {
source = "aqitio/stack/fakewebservices"
version = "0.0.9"
}
plain text: /constructs/tfmod-aqitio-stack-fakewebservices/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (5)
NameTypeDescriptionDefault
database_sizestringThe allocated size of the database in gigabytes. required
vpc_cidr_blockstringThe range of IPv4 addresses for this VPC, in the form of a Classless Inter-Domai required
stack_prefixstringThe prefix of the fake webservices stack. required
server_countstringThe number of fakewebservices_server resources that will get provisioned. required
server_typestringThe server type. required
Resources (4)
fakewebservices_databasefakewebservices_load_balancerfakewebservices_serverfakewebservices_vpc
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.9
Cloud FAKEWEBSERVICES
★ Stars0
Forks2
Total downloads3.3k
Inputs5
Resources4
LicenseGPL-3.0
Namespaceaqitio
Updated