GithubHelp home page GithubHelp logo

terraform-azurerm-fluidrelay's Introduction

Fluid Relay

The Fluid Framework is an open source, platform independent framework. Azure Fluid Relay is a managed offering for the Fluid Framework that helps developers build real-time collaborative experiences and replicate state across connected JavaScript clients in real-time.

Fluid Relay Terraform Module

The Terraform module of Fluid Relay supports creation of Azure Fluid Relay. The module is resuable and can be used in any DevOps or CI/CD platform.

Module Variables

The variables used in the module are given below. Please refer the variables.tf file for detailes variables description.

Variable Name Variable Type
create_resource_group Optional
resource_group_name Required
location Optional
name Required
storage_sku Optional
identity_type Optional
identity_ids Optional
tags Optional

Module Usage

The below block of code demonstates provisioning of an Azure fluid relay in a new resource group.

# Azurerm provider configuration
provider "azurerm" {
  features {}
}

# Provision an Azure Fluid Relay Server
module "fluid01" {
  source                = "../"
  create_resource_group = true
  resource_group_name   = var.rg_name
  location              = var.location
  name                  = "myflr01"
  tags = {
    Application = "Fluid Relay"
    Type        = "SaaS"
    Owner       = "Pranoy Bej"
  }
}

}

Module Output

This module exports the following attributes

  • rg_id - The ID of the provisioned communication service.
  • frs_id - The ID of the Fluid Relay Server.
  • frs_pkey - The primary key for this Fluid Relay server.
  • frs_skey - The secondary key for this Fluid Relay server..

terraform-azurerm-fluidrelay's People

Contributors

pranoybej avatar

Watchers

 avatar

terraform-azurerm-fluidrelay's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.