Commit e84dd6f7 authored by Anton Babenko's avatar Anton Babenko

README fixes

parent cd65affb
...@@ -75,7 +75,7 @@ module "vote_service_sg" { ...@@ -75,7 +75,7 @@ module "vote_service_sg" {
### Note about "value of 'count' cannot be computed" ### Note about "value of 'count' cannot be computed"
Terraform 0.11 has a limitation which does not allow **computed** values inside `count` attribute on resources (issues: #, #) Terraform 0.11 has a limitation which does not allow **computed** values inside `count` attribute on resources (issues: [#16712](https://github.com/hashicorp/terraform/issues/16712), [#18015](https://github.com/hashicorp/terraform/issues/18015), ...)
Computed values are values provided as outputs from `module`. Non-computed values are all others - static values, values referenced as `variable` and from data-sources. Computed values are values provided as outputs from `module`. Non-computed values are all others - static values, values referenced as `variable` and from data-sources.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment