Add rest of database services to terraform
This commit is contained in:
		
							parent
							
								
									1831cddffa
								
							
						
					
					
						commit
						d0388ef6d6
					
				
					 7 changed files with 80 additions and 21 deletions
				
			
		|  | @ -6,9 +6,9 @@ authentik_svc: | |||
|   image_tag: 2024.8 | ||||
|   db: | ||||
|     host: "{{ postgres.host }}" | ||||
|     database: authentik | ||||
|     user: "{{ vault_authentik.db.user }}" | ||||
|     pass: "{{ vault_authentik.db.pass }}" | ||||
|     user: "{{ opentofu.postgresql_data.authentik.user }}" | ||||
|     pass: "{{ opentofu.postgresql_data.authentik.pass }}" | ||||
|     database: "{{ opentofu.postgresql_data.authentik.database }}" | ||||
| 
 | ||||
| authentik_env: | ||||
|   AUTHENTIK_SECRET_KEY: "{{ vault_authentik.secret_key }}" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue