terraform-provider-aquasec

command module
v0.8.27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL