#azure
Read more stories on Hashnode
Articles with this tag
Example usage of azurerm_container_app : main.tf file : terraform { required_providers { azurerm = { source = "hashicorp/azurerm" ...
main.tf file : terraform { required_providers { azurerm = { source = "hashicorp/azurerm" version = "~>3.0" } } } provider...
So initially I created a static website using Html , CSS and JavaScript. I have the following files in my local system : index.html , style.css and...