Skip to content

Commit

Permalink
feat(spanner): add support for PROTO enum columns
Browse files Browse the repository at this point in the history
  • Loading branch information
newtonnthiga committed Jul 26, 2024
1 parent 860cd47 commit 5befd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/google_spanner_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
alis = {
source = "alis-exchange/alis"
version = ">= 1.3.2"
version = ">= 1.3.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/alis_google_spanner_table/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
alis = {
source = "alis-exchange/alis"
version = ">= 1.3.2"
version = ">= 1.3.1"
}
}
}
Expand Down

0 comments on commit 5befd97

Please sign in to comment.