Skip to content

Commit

Permalink
Merge pull request #13 from sparkfabrik/task/0000_add_grafana_admin_u…
Browse files Browse the repository at this point in the history
…ser_in_output

refs #0000 - Add grafana_admin_user output variable
  • Loading branch information
osvaldot authored Jun 13, 2023
2 parents 97f482c + fe466ed commit cd54564
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [2.1.0] - 2023-06-13

### Added

- `grafana_admin_user` output variable.

## [2.0.0] - 2023-05-26

### Added
Expand Down
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ output "grafana_admin_password" {
value = random_password.grafana_admin_password.result
description = "Grafana administrator password"
}

output "grafana_admin_user" {
value = var.grafana_admin_user
description = "Grafana administrator username"
}

0 comments on commit cd54564

Please sign in to comment.