You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -253,10 +253,10 @@ This guide provides a quick way to get started with our project. Please see our
253
253
export CONFIG_BUCKET=<some S3 bucket name>
254
254
```
255
255
256
-
1. Set a deployment name:
256
+
1. Set a project name:
257
257
258
258
```
259
-
export DEPLOYMENT_NAME=gmanipon-test
259
+
export PROJECT=gmanipon-test
260
260
```
261
261
262
262
1. Initialize terraform:
@@ -269,7 +269,7 @@ This guide provides a quick way to get started with our project. Please see our
269
269
270
270
```
271
271
terraform apply \
272
-
--var deployment_name=${DEPLOYMENT_NAME} \
272
+
--var project=${PROJECT} \
273
273
--var code_bucket=${CODE_BUCKET} \
274
274
--var config_bucket=${CONFIG_BUCKET} \
275
275
--var router_config=test_router.yaml \
@@ -400,11 +400,11 @@ This guide provides a quick way to get started with our project. Please see our
400
400
terraform init
401
401
```
402
402
403
-
1. Run terraform apply. Note the DEPLOYMENT_NAME and INITIATOR_TOPIC_ARN environment variables should have been set in the previous steps. If not set them again:
403
+
1. Run terraform apply. Note the PROJECT and INITIATOR_TOPIC_ARN environment variables should have been set in the previous steps. If not set them again:
@@ -452,11 +452,11 @@ This guide provides a quick way to get started with our project. Please see our
452
452
terraform init
453
453
```
454
454
455
-
1. Run terraform apply. Note the DEPLOYMENT_NAME, CODE_BUCKET and INITIATOR_TOPIC_ARN environment variables should have been set in the previous steps. If not set them again:
455
+
1. Run terraform apply. Note the PROJECT, CODE_BUCKET and INITIATOR_TOPIC_ARN environment variables should have been set in the previous steps. If not set them again:
| <aname="input_code_bucket"></a> [code\_bucket](#input\_code\_bucket)| The S3 bucket where lambda zip files will be stored and accessed |`string`| n/a | yes |
53
-
| <aname="input_deployment_name"></a> [deployment\_name](#input\_deployment\_name)| The deployment name |`string`| n/a | yes |
54
53
| <aname="input_project"></a> [project](#input\_project)| The unity project its installed into |`string`|`"uod"`| no |
55
54
| <aname="input_router_config"></a> [router\_config](#input\_router\_config)| The S3 URL to the router configuration file |`string`| n/a | yes |
56
55
| <aname="input_venue"></a> [venue](#input\_venue)| The unity venue its installed into |`string`|`"dev"`| no |
| <aname="input_code_bucket"></a> [code\_bucket](#input\_code\_bucket)| The S3 bucket where lambda zip files will be stored and accessed |`string`| n/a | yes |
54
54
| <aname="input_concept_id"></a> [concept\_id](#input\_concept\_id)| The concept ID for the data collection: https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#granule-search-by-parameters|`string`| n/a | yes |
55
-
| <aname="input_deployment_name"></a> [deployment\_name](#input\_deployment\_name)| The deployment name |`string`| n/a | yes |
56
55
| <aname="input_initiator_topic_arn"></a> [initiator\_topic\_arn](#input\_initiator\_topic\_arn)| The ARN of the initiator SNS topic to publish S3 events to |`string`| n/a | yes |
57
56
| <aname="input_project"></a> [project](#input\_project)| The unity project its installed into |`string`|`"uod"`| no |
58
57
| <aname="input_provider_id"></a> [provider\_id](#input\_provider\_id)| The short name for the data provider: https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#granule-search-by-parameters|`string`| n/a | yes |
| <aname="input_deployment_name"></a> [deployment\_name](#input\_deployment\_name)| The deployment name |`string`| n/a | yes |
46
45
| <aname="input_initiator_topic_arn"></a> [initiator\_topic\_arn](#input\_initiator\_topic\_arn)| The ARN of the initiator SNS topic to publish S3 events to |`string`| n/a | yes |
47
46
| <aname="input_project"></a> [project](#input\_project)| The unity project its installed into |`string`|`"uod"`| no |
48
47
| <aname="input_venue"></a> [venue](#input\_venue)| The unity venue its installed into |`string`|`"dev"`| no |
0 commit comments