Error if backup or backup-out options are used without the state option on non-local backends for the state mv command

This commit is contained in:
Krista LaFentres
2021-10-29 14:53:18 -05:00
parent 21750037d5
commit c44c589f0a
3 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
terraform {
backend "http" {
}
}