terragrate 0.4.0

Simplifies migrating terraform state based on migration files
Documentation
1
2
3
4
5
6
7
8
variable "name" {
  type = string
}

variable "internal" {
  type    = bool
  default = false
}