Skip to content

Commit 9c7ecc1

Browse files
authored
fixed versioning (#80)
1 parent d7d1f51 commit 9c7ecc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/internal/prod/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ locals {
1515

1616
variable "versioning" {
1717
type = string
18-
default = "v1.0.0.0"
18+
default = "v1.0.0"
1919
}
2020

2121
locals {

0 commit comments

Comments
 (0)