Destroy Stage Fails Following EKS Cluster Create Example

Identified documentation issue

When following the docs on step Remove the Cluster pipeline linting fails.

Error

This GitLab CI configuration is invalid: destroy: unknown keys in extends (.destroy).

.gitlab-ci.yml

include:
  - template: Terraform.gitlab-ci.yml

variables:
  TF_STATE_NAME: default

stages:
  - init
  - validate
  - build
  - deploy
  - cleanup

destroy:
  extends: .destroy
  needs: []

Additional information

Who can address the issue

Other links/references

Edited by Mike Mendez