Skip to content

Commit

Permalink
update postgresql versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schneider committed Jul 24, 2019
1 parent 8e16649 commit 0b440bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azurerm/resource_arm_postgresql_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ func resourceArmPostgreSQLServer() *schema.Resource {
ValidateFunc: validation.StringInSlice([]string{
string(postgresql.NineFullStopFive),
string(postgresql.NineFullStopSix),
string(postgresql.OneOne),
string(postgresql.OneZero),
string(postgresql.OneZeroFullStopZero),
string(postgresql.OneZeroFullStopTwo),
}, true),
DiffSuppressFunc: suppress.CaseDifference,
},
Expand Down

0 comments on commit 0b440bf

Please sign in to comment.