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

fix conflict in dev #20

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: duplciated output
  • Loading branch information
kewalaka committed Feb 11, 2024
commit 52831fdb9764c888ed8fdc0b991abc11157f458b
10 changes: 0 additions & 10 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,3 @@ output "dapr_components" {
description = "A map of dapr components connected to this environment. The map key is the supplied input to var.storages. The map value is the azurerm-formatted version of the entire dapr_components resource."
value = local.dapr_component_outputs
}

output "id" {
description = "The ID of the resource."
value = azapi_resource.this_environment.id
}

output "name" {
description = "The name of the resource"
value = azapi_resource.this_environment.name
}