Skip to content
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

feat(azure-tf): static websites #757

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

davemooreuws
Copy link
Member

@davemooreuws davemooreuws commented Mar 11, 2025

closes #753

wip just need api rewrites and cache logic

Comment on lines +1 to +7
# output "uploaded_files" {
# value = {
# for file, blob in azurerm_storage_blob.website_files :
# file => blob.url
# if blob.content_md5 != filemd5("${var.local_directory}/${file}") # Filter changed files
# }
# }
Copy link
Member

Choose a reason for hiding this comment

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

can probably remove this or leave a comment on the conditions that are required to implement this

@tjholm
Copy link
Member

tjholm commented Mar 11, 2025

Needs an unimplemented stub for aws and gcp to pass tests

@davemooreuws davemooreuws force-pushed the feat/azure-tf-websites branch from 8a423e9 to 6b81787 Compare March 12, 2025 06:20
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.

Websites support: Azure TF
2 participants