Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created July 30, 2023 14:12
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 gowatana/5d92ea94b65f7fcd3f7d1fce9ae30f7e to your computer and use it in GitHub Desktop.
Save gowatana/5d92ea94b65f7fcd3f7d1fce9ae30f7e to your computer and use it in GitHub Desktop.
variable "ndb_endpoint" {
type = string
description = "NDB Server Address"
}
variable "ndb_username" {
type = string
default = "admin"
}
variable "ndb_password" {
type = string
}
variable "ssh_public_key" {
type = string
}
@gowatana
Copy link
Author

下記の投稿むけ。

NDB で PostgreSQL DB をプロビジョニングしてみる。(Terraform 編)
https://blog.ntnx.jp/entry/2023/07/30/235532

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment