diff --git a/client/src/images/about-page-fig-features-enchancements.svg b/client/src/images/about-page-fig-features-enchancements.svg index 772fbb911..737ae2905 100644 --- a/client/src/images/about-page-fig-features-enchancements.svg +++ b/client/src/images/about-page-fig-features-enchancements.svg @@ -10,7 +10,7 @@ - + diff --git a/infrastructure/provider.tf b/infrastructure/provider.tf index f08070ba0..bef938fad 100644 --- a/infrastructure/provider.tf +++ b/infrastructure/provider.tf @@ -2,8 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "3.37.0" - + version = "3.76.1" } } }