You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The argument wait_for_default_service_account for the namespace resource is wrongly listed in an Attribute Reference section on the namespace resource instead of with the other arguments.
Expected Behavior
Docs for current stable version 2.23.0 should have wait_for_default_service_account underneath metadata, since it is not an attribute (something you read back from the resource) but an argument (something you describe about the resource to be created/updated, belonging to the Schema field in the Resource struct on the source file).
Actual Behavior
Docs for current stable version 2.23.0 show it below the attributes, confusingly giving the impression that wait_for_default_service_account is actually an attribute, though its description implies it's an argument.
Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you!
The argument
wait_for_default_service_account
for the namespace resource is wrongly listed in anAttribute Reference
section on the namespace resource instead of with the other arguments.Expected Behavior
Docs for current stable version 2.23.0 should have
wait_for_default_service_account
underneathmetadata
, since it is not an attribute (something you read back from the resource) but an argument (something you describe about the resource to be created/updated, belonging to the Schema field in the Resource struct on the source file).Actual Behavior
Docs for current stable version 2.23.0 show it below the attributes, confusingly giving the impression that
wait_for_default_service_account
is actually an attribute, though its description implies it's an argument.References
Community Note
The text was updated successfully, but these errors were encountered: