app-site

GonzalezAndrew/app-site/digitalocean

Terraform Module HCL DIGITALOCEAN

Terraform module which deploys a static site to DigitalOcean App Platform

Install
module "app-site" {
source = "GonzalezAndrew/app-site/digitalocean"
version = "0.0.12"
}
plain text: /constructs/tfmod-gonzalezandrew-app-site-digitalocean/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform DigitalOcean Static Site App Platform Module A Terraform module for deploying a static site to DigitalOcean App Platform. --- ![pre-commit](https://github.com/pre-commit/pre-commit) !License: MIT Requirements | Name | Version | |------|---------| | terraform | >= 0.15.1, digitalocean | >= 2.4.0 | Providers | Name | Version | |------|---------| | digitalocean | 2.16.0 | Modules No modules. Resources | Name | Type | |------|------| | digitalocean_app.this | resource | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | spec | (Required) A DigitalOcean App spec describing the app. | any | [] | no | Outputs | Name | Description | |------|-------------| | active\_deployment\_id | The ID the app's currently active deployment. |

Inputs (1)
NameTypeDescriptionDefault
specany(Required) A DigitalOcean App spec describing the app.[]
Outputs (6)
id — ID of the app.
default_ingress — The default URL to access the app.
live_url — The live URL of the app.
active_deployment_id — The ID the app's currently active deployment.
updated_at — The date and time of when the app was last updated.
created_at — The date and time of when the app was created.
Resources (1)
digitalocean_app
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.12
Cloud DIGITALOCEAN
★ Stars1
Forks0
Total downloads517
Inputs1
Outputs6
Resources1
LicenseMIT
NamespaceGonzalezAndrew
Updated