Skip to content

Commit

Permalink
Merge branch 'entra-security-group' of https://github.com/geekzter/az…
Browse files Browse the repository at this point in the history
…ure-identity-scripts into entra-security-group
  • Loading branch information
geekzter committed May 2, 2024
2 parents 6babe21 + 2da2c7f commit 2a411d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/azure-devops/create-service-connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ More information:

## Provisioning

Provisioning is a matter of specifying Terraform [variables](https://developer.hashicorp.com/terraform/language/values/variables) (see [inputs](#inputs) below) and running `terraform apply`. To understand how the Terraform configuration can be created in automation, review
Provisioning is a matter of specifying Terraform [variables](https://developer.hashicorp.com/terraform/language/values/variables) (see [inputs](#inputs) below) and running `terraform apply`. To set variables, you can create a .auto.tfvars file, see [sample](config.auto.tfvars.sample).
To understand how the Terraform configuration can be created in automation, review
[tf_create_azurerm_service_connection.ps1](../../../scripts/azure-devops/tf_create_azurerm_service_connection.ps1) and the
[CI pipeline](azure-pipelines.yml).

### Examples

Terraform variable can be provided as a .auto.tfvars file, see [sample](config.auto.tfvars.sample).
Below are common configurations. You can mix & match to create your own.

#### Default configuration

Expand Down

0 comments on commit 2a411d4

Please sign in to comment.