Skip to content

Commit 54e4bd0

Browse files
committed
xfs volume
1 parent e656be6 commit 54e4bd0

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

terraform-environments/digitalocean/terragrunt-dev/SFO3/terragrunt-dev/0200-volume/.terraform.lock.hcl

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform-environments/digitalocean/terragrunt-dev/SFO3/terragrunt-dev/0200-volume/terragrunt.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ inputs = {
3333
volume_name = "vol-${local.environment_vars.locals.project_name}"
3434
volume_region = local.region_vars.locals.digitalocean_region
3535
volume_description = "Volumen of ${local.environment_vars.locals.project_name} in region: ${local.region_vars.locals.digitalocean_region}"
36+
volume_initial_filesystem_type = "xfs"
3637
volume_project_id = dependency.project.outputs.project_id
3738
}

0 commit comments

Comments
 (0)