Skip to content

hongson1981/Glasswall-ICAP-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glasswall-ICAP-Platform

This repo is in the early stages of development, right now its helping to prototype rancher features and it will evolve to eventually provision all the dependencies necessary to serve ICAP.

To read more about the Glasswall ICAP Platform. The technical design documentation is here; ICAP Design Documentation Access is restricted.

Modules

  1. Azure VM
  2. Glasswall ICAP

How To

  1. Clone the repo, execute terraform init in the root of the directory.
  2. Execute terraform plan to view the resources that will be created. This is an opportunity to look at naming conventions etc.
  3. Execute terraform apply.
  4. Got to the https endpoint on the ip in the output.

Requirements

A new version of Terraform is required.

terraform {
  required_version = ">= 0.12.6"
}

Providers

  • azurerm
  • rancher

Inputs

No input.

Outputs

Name Description
linux_vm_public_ips n/a
tls_private_key n/a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published