Issue with the DNSPLUGIN variable with GoDaddy

Hey guys.
Im losing my mind. I’ve tried everything and read about 100 posts. Still couldn’t figure out the issue.
It seems like everything is alright, but it somehow can’t figure out what my dns variable is. Down here is my “docker logs swag” message and my docker-compose.yaml.
Hopefully someone of you guys can help me… THANKS ^^

docker logs swag:

[mod-init] Running Docker Modification Logic
[mod-init] Adding linuxserver/mods:swag-dashboard to container
[mod-init] Downloading linuxserver/mods:swag-dashboard from lscr. io //space, because of max 2 links per post restriction
[mod-init] Installing linuxserver/mods:swag-dashboard
[mod-init] linuxserver/mods:swag-dashboard applied to container
[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] done
───────────────────────────────────────

  ██╗     ███████╗██╗ ██████╗
  ██║     ██╔════╝██║██╔═══██╗
  ██║     ███████╗██║██║   ██║
  ██║     ╚════██║██║██║   ██║
  ███████╗███████║██║╚██████╔╝
  ╚══════╝╚══════╝╚═╝ ╚═════╝

Brought to you by linuxserver. io //space, because of max 2 links per post restriction
───────────────────────────────────────

To support the app dev(s) visit:
Certbot:

To support LSIO projects visit:

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID: 1000
User GID: 1000
───────────────────────────────────────

using keys found in /config/keys
Variables set:
PUID=1000
PGID=1000
TZ=Europe/Zurich
URL=toxeytest.ch
SUBDOMAINS=wildcard
EXTRA_DOMAINS=
ONLY_SUBDOMAINS=false
VALIDATION=dns
CERTPROVIDER=letsencrypt
DNSPLUGIN=godaddy
EMAIL=
STAGING=false

Please set the DNSPLUGIN variable to one of the following:

docker-compose.yaml:

version: ‘3.0’

services:
swag:
image: lscr. io/linuxserver/swag:latest //space, because of max 2 links per post restriction
container_name: swag
cap_add:
- NET_ADMIN
env_file:
- common.env
environment:
- URL=toxeytest.ch
- SUBDOMAINS=wildcard
- VALIDATION=dns
- DNSPLUGIN=godaddy
- PROPAGATION=
- EMAIL=
- ONLY_SUBDOMAINS=false
- EXTRA_DOMAINS=
- CERTPROVIDER=letsencrypt
- DOCKER_MODS=linuxserver/mods:swag-dashboard
- INSTALL_PIP_PACKAGES=certbot-dns-
- STAGING=false
volumes:
- /home/toxey/main/swag:/config
ports:
- 443:443
- 81:81
- 80:80
restart: unless-stopped

did you follow this GitHub - miigotu/certbot-dns-godaddy: A godaddy dns plugin using lexicon for cerbot to authenticate and retrieve letsencrypt certificates ?