Skip to content

Commit

Permalink
Merge branch 'main' into aastha/example-tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Aastha Gupta authored and Aastha Gupta committed May 15, 2024
2 parents 2abc787 + d4e01bd commit e36d8db
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

### [4.10.2](https://github.com/wandb/terraform-aws-wandb/compare/v4.10.1...v4.10.2) (2024-05-13)


### Bug Fixes

* Amend standard sizes ([#214](https://github.com/wandb/terraform-aws-wandb/issues/214)) ([a1763f9](https://github.com/wandb/terraform-aws-wandb/commit/a1763f93ef507a99e76940fc8c7a0223b5498ff3))

### [4.10.1](https://github.com/wandb/terraform-aws-wandb/compare/v4.10.0...v4.10.1) (2024-05-08)


Expand Down
4 changes: 3 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

.
6 changes: 3 additions & 3 deletions deployment-size.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ locals {
deployment_size = {
small = {
db = "db.r6g.large",
node_count = 3,
node_count = 2,
node_instance = "r6i.xlarge"
cache = "cache.m6g.large"
},
medium = {
db = "db.r6g.xlarge",
node_count = 3,
node_count = 2,
node_instance = "r6i.xlarge"
cache = "cache.m6g.large"
},
large = {
db = "db.r6g.2xlarge",
node_count = 3,
node_count = 2,
node_instance = "r6i.2xlarge"
cache = "cache.m6g.xlarge"
},
Expand Down

0 comments on commit e36d8db

Please sign in to comment.