Skip to content

aquasecurity/terraform-provider-aquasec

Repository files navigation

Terraform logo Aqua logo

Aquasec Provider for Terraform

This is the Aquasec provider for Terraform.

Useful links:

The provider lets you declaratively define the configuration for your Aqua Enterprise platform.

Contents

Requirements

Using the Aquasec provider

To quickly get started using the Aquasec provider for Terraform, configure the provider as shown below. Full provider documentation with details on all options available is located on the Terraform Registry site.

terraform {
  required_providers {
    aquasec = {
      version = "0.8.27"
      source  = "aquasecurity/aquasec"
    }
  }
}

provider "aquasec" {
  username = "IaC"
  aqua_url = "https://aquaurl.com"
  password = "@password"
}

Using the Aquasec provider SaaS solution

To quickly get started using the Aquasec SaaS provider for Terraform, configure the provider as shown above. The aqua_url should point to cloud.aquasec.com for the Aqua Customers and the Dev/QA Teams need to provide their Urls respectively.

NOTE: SaaS authentication is supported from version 0.8.4+

Contributing

The Aqua Provider for Terraform is the work of many contributors. We appreciate your help!

To contribute, please read the contribution guidelines. You may also report an issue. Once you've filed an issue.