Skip to content

Commit

Permalink
Bump up version of Terraform AWS Provider to v2.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jckuester committed Jun 28, 2020
1 parent a75cb99 commit 48e53cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func config(name string) (cty.Value, string, error) {
switch name {
case "aws":
return awsProviderConfig(), "2.59.0", nil
return awsProviderConfig(), "2.68.0", nil
default:
return cty.NilVal, "", fmt.Errorf("provider config not found: %s", name)
}
Expand Down

0 comments on commit 48e53cb

Please sign in to comment.