Skip to content

Commit b43896f

Browse files
committed
fix: executed go generate after minior changes on code and docs
1 parent 68f862a commit b43896f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/payment_method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "meshstack_payment_method" "example" {
3434
amount = 10000
3535
tags = {
3636
CostCenter = ["0000"]
37-
Type = ["production"]
37+
Type = ["production"]
3838
}
3939
}
4040
}

examples/resources/meshstack_payment_method/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "meshstack_payment_method" "example" {
1616
amount = 10000
1717
tags = {
1818
CostCenter = ["0000"]
19-
Type = ["production"]
19+
Type = ["production"]
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)