Skip to content

Add a test using a protected environment that will require an encoded name

Patrick Rice requested to merge add-test-for-protected-env into main

Closes #6198 (closed)

Summary

This merge request adds a test that uses a protected environment that will require an encoded name.

Detailed Changes

The following changes were made:

  • Added a new test function TestAcc_GitlabProjectProtectedEnvironment_basicWithEncodedName that creates a protected environment with an encoded name.
  • Updated the TestAcc_GitlabProjectProtectedEnvironment_basic test to skip the test if running on GitLab CE.
  • Added a new resource gitlab_project_protected_environment.this that creates a basic protected environment with an encoded name.
  • Verified the upstream attributes with an import.

This description was generated for revision b531ed6e using AI

Merge request reports