Join the waitlist for early access

The ModernIaC Management Platform

The modern, self-hosted alternative for Terraform and OpenTofu automation. Control drift, enforce policies, and empower your team with a unified platform.

Search stacks...
Workspaces
production
staging
development
Stacks
12 active
Runs
48 active
Policies
8 active
production-web-stack
main.tf
Running
[2024-01-15 14:23:12]Initializing backend state...
[2024-01-15 14:23:13]Provider plugins initialized (huaweicloud@1.50.0, kubernetes@2.24.0)
[2024-01-15 14:23:15]Policy check passed (3/3 rules)
[2024-01-15 14:23:16]Plan generated successfully
Plan Summary:5 to add, 2 to change, 0 to destroy
+ huaweicloud_compute_instance.web_server
+ huaweicloud_elb_loadbalancer.app_lb
+ huaweicloud_vpc_security_group.web_sg
~ huaweicloud_obs_bucket.assets (modified)
~ huaweicloud_dns_recordset.api (modified)
End-to-End Infrastructure

The speed developersdemand.

The control you require.

Opsync unifies the entire lifecycle. Give developers the freedom they need while ensuring compliance and security standards are met automatically.

Provision

Speed provisioning with a workflow that manages Terraform, OpenTofu, CloudFormation, and more.

main.tf
# Terraform configuration
terraform {
required_version = ">= 1.0"
required_providers {
huaweicloud = {
source = "huaweicloud/huaweicloud"
version = "~> 1.50"
}
}
}resource "huaweicloud_compute_instance" "web" {
name = "production-web"
flavor_id = "s6.small.1"
image_id = "Ubuntu 22.04"
security_groups = ["default"]
vpc_id = "vpc-0123456789abcdef0"
tags = {
Name = "Production-Web"
Environment = "production"
ManagedBy = "opsync"
}
}
Provisioning resources...

Configure

Extend IaC pipelines beyond provisioning to include configuration management with Ansible.

playbook.yaml
# Ansible playbook for web server
- name: Configure Web Server
hosts: webservers
become: yes
vars:
nginx_version: "1.24.0"
tasks:
- name: Update apt cache
apt:
update_cache: yes
- name: Install Nginx
apt:
name: nginx
state: latest
- name: Configure Nginx
template:
src: nginx.conf.j2
dest: /etc/nginx/nginx.conf
- name: Start and enable Nginx
systemd:
name: nginx
enabled: yes
state: started

Govern

Ensure compliance with resource visibility, Golden Paths, and automated drift detection.

policy.rego
# OPA policy for encryption
package terraform.security
import rego.v1
default allow = false
# Check encryption requirement
allow {
input.after.encrypted == true
}
# Check resource tags
allow {
input.after.tags.Environment != null
input.after.tags.ManagedBy == "opsync"
}
# Deny public access
deny {
input.after.publicly_accessible == true
}
Compliance Check Passed

Features

Everything you need to master IaC

Opsync provides a complete platform for managing your infrastructure lifecycle, from planning to applying and monitoring.

Drift Detection

Automatically detect and reconcile configuration drift. Keep your infrastructure state consistent.

drift-check.log
[14:23:15]Drift scan initiated
[14:23:16]Comparing state: 247 resources
[14:23:18]Drift detected: 2 resources
~ huaweicloud_obs_bucket.assets
- storage_class = "STANDARD"
+ storage_class = "WARM"
~ huaweicloud_vpc_security_group.web_sg
- ingress[0].cidr_blocks[0]
+ ingress[0].cidr_blocks = ["10.0.0.0/8"]
Auto-remediating drift... (2/2)

GitOps Workflow

Automated deployments from GitHub, GitLab, and Bitbucket.

opsync/infra
main2m ago
opsync/apps
feat/api5m ago
3 providers

Self-Hosted Agents

Deploy runners in your VPC with full control and security.

tr-west-1
eu-west-1
ap-south-1
3 agents • 2 active

RBAC & SSO

Fine-grained permissions with SAML, OIDC, and LDAP support.

Admin
3
Developer
12
Viewer
8
+20 more

Policy as Code

Enforce compliance with OPA policies and Sentinel rules.

Encryption: Passed
Tags: Passed
Access: Passed
3/3 policies passed

Blueprints

Stack templating and bulk provisioning. Create consistent environments across clouds with YAML-based templates.

web-stack-template
12 stacks
api-stack-template
8 stacks
db-stack-template
5 stacks
3 blueprints • 25 stacks created

Cost Management

FinOps capabilities with plan-time cost estimation and reporting. Track infrastructure costs and optimize spending.

Huawei Cloud ECS
$247/mo
OBS Storage
$89/mo
RDS
$156/mo
Total: $492/mo-12% vs last month

State Management

Multi-backend support for Terraform state. OBS, S3, Azure, GCP, Terraform Cloud, and external backends.

OBS
127 stacks
S3
48 stacks
Azure Blob
23 stacks
4 backends • 210 stacks

Solve Your Infrastructure
Challenges

From governance to scale, Opsync addresses the core challenges teams face with infrastructure as code.

Infrastructure

Infrastructure Governance

Robust governance doesn't have to slow you down. Operate at the pace your business demands, knowing your infrastructure is compliant and under control. Provide developer self-service you control with guardrails and Golden Paths.

4,128 policies evaluated today • 99.7% pass rate • OPA/Sentinel policies automatically approve or block workflows

Encryption Policy
Passed
Tag Policy
Passed
Public Access
Blocked
4,128
Policies Today
99.7%
Pass Rate

Policies evaluate every run in <50ms and automatically gate approvals.

Workflow

From Code to Cloud in Minutes

VCS

Commit / PR

Plan

Terraform / Tofu

Policy

OPA Check

Cost

Estimate

Apply

Provisioning

Any Environment

Huawei Cloud · AWS · Azure · GCP · On-Prem · Edge

Huawei CloudAWSAzureGCPOpenStackVMwareAnsible

Deploy to any environment with the same standard thanks to single playbook Ansible or ops pipelines.

Deployed
Policy stop

Platform Capabilities

Enterprise-grade IaC orchestration

Everything you need to manage your infrastructure lifecycle at scale.

Runner Management

Flexibility and security with public and private runner pools. Deploy runners in your VPC with full control and security.

Public and private runner pools
Docker and Kubernetes backends
Runner pool labels and capacity management
3 active pools

Context System

Shared configuration management and variable groups. Workspace or stack-level context assignments with hierarchical merging.

Shared variable groups
Workspace and stack-level assignments
Hierarchical context merging
127 contexts

Module Registry

Versioned, reusable IaC modules. Manage Terraform and OpenTofu modules with versioning and test cases.

Versioned module management
VCS-based module loading
Module test cases
48 modules

Webhook Integration

Event-driven workflows and automated triggers. Stack and organization-level webhooks with delivery tracking.

Stack and organization webhooks
Event-driven automation
Webhook delivery tracking
12 active webhooks

Audit Logging

Complete compliance tracking and immutable audit records. Track all actions with full audit trail for compliance.

Immutable audit records
Complete action tracking
Compliance-ready logging
1,247 events today

Quota & TTL Management

Control resource usage and optimize costs. Set quotas and TTL policies for stacks and workspaces.

Resource quota management
TTL-based auto-cleanup
Cost optimization
18 workspaces