Skip to content

Commit

Permalink
Update GitLab instance volume size
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc committed Sep 20, 2022
1 parent 9763799 commit 5793e41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/gitlab/gitlab.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,9 @@ def qq(*words):
'iam_instance_profile': '${aws_iam_instance_profile.gitlab.name}',
'ami': ami_id[config.region],
'instance_type': 't3a.xlarge',
'root_block_device': {
'volume_size': 64
},
'key_name': '${aws_key_pair.gitlab.key_name}',
'network_interface': {
'network_interface_id': '${aws_network_interface.gitlab.id}',
Expand Down

0 comments on commit 5793e41

Please sign in to comment.