Skip to content

chore: add icechunk S3 bucket variables for satellite data#1005

Merged
suvanbanerjee merged 2 commits into
mainfrom
chore/add-icechunk-vars
Jul 3, 2026
Merged

chore: add icechunk S3 bucket variables for satellite data#1005
suvanbanerjee merged 2 commits into
mainfrom
chore/add-icechunk-vars

Conversation

@suvanbanerjee

Copy link
Copy Markdown
Member

Pull Request

Description

Add envs for icechunk
Extension of - #998

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@suvanbanerjee suvanbanerjee requested a review from braddf July 1, 2026 09:51
@suvanbanerjee suvanbanerjee self-assigned this Jul 1, 2026
{ "name" : "AUTH0_CLIENT_ID", "value": var.auth_client_id},
{ "name" : "APITALLY_CLIENT_ID", "value" : var.apitally_client_id},
{ "name" : "HISTORIC_SAT_S3_BUCKET", "value" : var.historic_sat_s3_bucket },
{ "name" : "ICECHUNK_S3_BUCKET", "value" : var.icechunk_s3_bucket },

@peterdudfield peterdudfield Jul 1, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should be able to use module.s3.s3-sat-bucket here instead

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread terraform/nowcasting/development/main.tf Outdated
Comment thread terraform/nowcasting/development/main.tf Outdated
Comment thread terraform/nowcasting/development/variables.tf Outdated
{ "name" : "AUTH0_CLIENT_ID", "value": var.auth_client_id},
{ "name" : "APITALLY_CLIENT_ID", "value" : var.apitally_client_id},
{ "name" : "HISTORIC_SAT_S3_BUCKET", "value" : var.historic_sat_s3_bucket },
{ "name" : "ICECHUNK_S3_BUCKET", "value" : module.s3.s3-sat-bucket.id },

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I dont know if this includes s3:// (or not) but lets deploy it and see what happens

@suvanbanerjee suvanbanerjee merged commit d3a3222 into main Jul 3, 2026
5 checks passed
@suvanbanerjee suvanbanerjee deleted the chore/add-icechunk-vars branch July 3, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants