Skip to content

Instantly share code, notes, and snippets.

@michiels
Created July 8, 2019 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michiels/92624bbebe376c4da36b865883a741ae to your computer and use it in GitHub Desktop.
Save michiels/92624bbebe376c4da36b865883a741ae to your computer and use it in GitHub Desktop.
resource "aiven_service_user" "airstrip-staging" {
project = "${aiven_project.firmhouse.project}"
service_name = "${aiven_service.firmhouse-postgresql.service_name}"
username = "airstrip_staging"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment