terraform-provider-azure-preview

command module
v0.1.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: MPL-2.0 Imports: 3 Imported by: 0

README

Terraform Provider for Azure Preview

Requirements

Usage

provider "azure-preview" {}

resource "azurepreview_subscription" "example" {
  name               = "example"
  enrollment_account = "6d38255d-8321-4f17-8ddd-3bd94c57d988"
  offer_type         = "MS-AZR-0148P"
  provider           = azure-preview
}

Contributing

To build the provider:

$ go build

To test the provider:

$ go test -v ./...

To run all acceptance tests:

Note: Acceptance tests create real resources, and often cost money to run.

$ TF_ACC=1 go test -v ./...

To run a subset of acceptance tests:

$ TF_ACC=1 go test -v ./... -run=TestAccAzurePreviewSubscription

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