-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create template files for the setting up a new project on Incubator #49
Comments
Examples from access-the-data main.tflocals { envs = { module "zone" { zone_name = "accessthedata.org" module "database" { source = "../../terraform-modules/database" shared_configuration = local.shared_configuration module "datastore_database" { source = "../../terraform-modules/database" shared_configuration = local.shared_configuration module "secrets" { module "access-the-data" { source = "../../terraform-modules/multi-container-service" shared_configuration = local.shared_configuration region = "us-west-2" vpc_cidr = "10.10.0.0/16" containers = {
} versions.tf// Get configuration from the shared infrastructure config = { locals { provider "aws" { // Set up Postgres provider to create the database |
main.tf draftlocals { envs = { module "zone" { zone_name = "accessthedata.org" module "database" { source = "../../terraform-modules/database" shared_configuration = local.shared_configuration module "datastore_database" { source = "../../terraform-modules/database" shared_configuration = local.shared_configuration module "secrets" { module "access-the-data" { source = "../../terraform-modules/multi-container-service" shared_configuration = local.shared_configuration region = "us-west-2" vpc_cidr = "10.10.0.0/16" containers = {
} |
version.tf draft// Get configuration from the shared infrastructure config = { locals { provider "aws" { // Set up Postgres provider to create the database |
@nyarly if you have time to edit some draft main.tf and versions.tf files we have set them up for you in this issue. The checkboxes that apply to you in this issue are
If you don't have time, let us know and we will ask Tyson. |
@Tyson-miller would you like to take this on? |
Overview
Create template files for the setting up a new project on Incubator.
Action Items
role: Dev Ops Engineer
role: product
Resources/Instructions
Refer to these files:
https://github.com/hackforla/incubator/blob/main/terraform-incubator/access-the-data/main.tf
https://github.com/hackforla/incubator/blob/main/terraform-incubator/access-the-data/versions.tf
The text was updated successfully, but these errors were encountered: