Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable CORS for StorageV2 SKU and correct logic issue with validate_s…
…tatic_website evaluation (#33) * Adds primary and secondary blob hosts to output Adds primary and secondary blob hosts to output from the storage account. These values are required downstream if you are setting up a cdn endpoint. * Adds tags to the storage_account Adds tags to the storage_account resource * Trying to correct logic for enable_static_website flag Trying to correct logic for enable_static_website flag. If enable_static_website = false, then validate_static_website should be allowed to evaluate to false instead of throwing an error * Enable CORS policy application for StorageV2 Enable CORS policy application for StorageV2. Previously only BlockBlobStorage was allowed which conflicts with our need for RAGRS for CDN Storage Accounts * Update main.tf * Revert of access_list Revert of access_list
- Loading branch information