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