Add admin email variable to tofu
This commit is contained in:
		
							parent
							
								
									f28e81fc9d
								
							
						
					
					
						commit
						3cb196f8c7
					
				
					 6 changed files with 14 additions and 4 deletions
				
			
		|  | @ -25,7 +25,7 @@ data "authentik_property_mapping_provider_scope" "default_scopes" { | |||
| resource "authentik_user" "default" { | ||||
|   username = "serguzim" | ||||
|   name     = "Tobias Reisinger" | ||||
|   email    = "tobias@msrg.cc" | ||||
|   email    = var.admin_email | ||||
| } | ||||
| 
 | ||||
| resource "authentik_property_mapping_provider_scope" "minio" { | ||||
|  |  | |||
|  | @ -1,5 +1,6 @@ | |||
| variable "authentik_url" { | ||||
| } | ||||
| variable "admin_email" {} | ||||
| 
 | ||||
| variable "authentik_url" {} | ||||
| 
 | ||||
| variable "services" { | ||||
|   type = map(object({ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue