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: support for azurerm_linux_function_app & azurerm_windows_function_app #2349

Merged
merged 2 commits into from
Mar 14, 2023

Conversation

hugorut
Copy link
Contributor

@hugorut hugorut commented Mar 13, 2023

Closes #2328

  • Adds support for new funciton definitions by extracting old function logic into new shared FunctionApp struct
  • Fixes bug with for_each attributes not being able to reference parent attributes that used each.value.*

@hugorut hugorut self-assigned this Mar 13, 2023
…on_app

Closes #2328

* Adds support for new funciton definitions by extracting old function logic into new shared FunctionApp struct
* Fixes bug with `for_each` attributes not being able to reference parent attributes that used `each.value.*`
internal/resources/azure/function_app.go Outdated Show resolved Hide resolved
@hugorut hugorut merged commit 7de9993 into master Mar 14, 2023
@hugorut hugorut deleted the feat/function-app-linux branch March 14, 2023 10:04
@alikhajeh1
Copy link
Member

@hugorut can you plz send a docs PR to add these resources to https://www.infracost.io/docs/supported_resources/azure/ too?

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.

Add support for Azure Functions
3 participants