Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions nullplatform/parameter_storage_definition/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ output "specification_id" {
}

output "slug" {
description = "Slug of the provider specification, resolved from the rendered template. Pass this to parameter_storage_configuration.provider_specification_slug."
value = local.config.slug
description = "Slug of the created provider specification. Pass this to parameter_storage_configuration.provider_specification_slug."
value = nullplatform_provider_specification.parameter_storage_specification.slug
}

output "name" {
Expand Down