Using Count for VM creation

This page summarizes the projects mentioned and recommended in the original post on /r/Terraform

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • terraform-provider-esxi

    Terraform-provider-esxi plugin

  • terraform { required_version = ">= 0.13" required_providers { esxi = { source = "registry.terraform.io/josenk/esxi" # # For more information, see the provider source documentation: # https://github.com/josenk/terraform-provider-esxi # https://registry.terraform.io/providers/josenk/esxi } } backend "remote" {} } provider "esxi" { esxi_hostname = var.esxi_hostname esxi_hostport = var.esxi_hostport esxi_hostssl = var.esxi_hostssl esxi_username = var.esxi_username esxi_password = var.esxi_password } resource "esxi_guest" "vm" { count = var.vm_count guest_name = "${var.guest_name_prefix}-${count.index}" disk_store = var.disk_store clone_from_vm = var.clone_from_vm network_interfaces { virtual_network = var.virtual_network nic_type = var.nic_type } }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Visualizing Prometheus node_exporter metrics from smartphone

    1 project | news.ycombinator.com | 16 May 2024
  • Montrez patte blanche : tuez des mutants !

    8 projects | dev.to | 16 May 2024
  • How One Experienced Software Engineer Learns a New Programming Language

    3 projects | dev.to | 16 May 2024
  • LLGo = Go and C and Python

    1 project | news.ycombinator.com | 15 May 2024
  • I built an AI jobboard as an acquisition strategy for my AI SaaS tool

    1 project | news.ycombinator.com | 15 May 2024