This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,8 @@ To create a service principal and assign roles to the resources, this module nee | |
|
||
```hcl | ||
module "service-principal" { | ||
source = "github.com/tietoevry-infra-as-code/terraform-azuread-service-principal?ref=v2.0.0" | ||
source = "kumarvna/service-principal/azuread" | ||
version = "2.0.0" | ||
service_principal_name = "simple-appaccess" | ||
password_rotation_in_years = 1 | ||
|
@@ -34,7 +35,8 @@ This module creates the service principal using a certificate. This can be enabl | |
|
||
```hcl | ||
module "service-principal" { | ||
source = "github.com/tietoevry-infra-as-code/terraform-azuread-service-principal?ref=v2.0.0" | ||
source = "kumarvna/service-principal/azuread" | ||
version = "2.0.0" | ||
service_principal_name = "simple-appaccess" | ||
enable_service_principal_certificate = true | ||
|
@@ -75,7 +77,8 @@ You can set the scope at the level of the subscription, resource group, or resou | |
|
||
```hcl | ||
module "service-principal" { | ||
source = "github.com/tietoevry-infra-as-code/terraform-azuread-service-principal?ref=v2.0.0" | ||
source = "kumarvna/service-principal/azuread" | ||
version = "2.0.0" | ||
# .... omitted | ||
|
@@ -136,7 +139,7 @@ Name | Description | Type | Default | |
|
||
## Authors | ||
|
||
Originally created by [Kumaraswamy Vithanala (Kumar)](mailto:[email protected]) | ||
Originally created by [Kumaraswamy Vithanala](mailto:[email protected]) | ||
|
||
## Other resources | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters