feat: add pod_address_ranges to ske resource/datasource (#888)

* feat: add pod_address_ranges to ske resource/datasource

Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>

* review changes

Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>

* review changes 2

Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>

---------

Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
This commit is contained in:
Mauritz Uphoff 2025-06-30 09:40:36 +02:00 committed by GitHub
parent 2f06bc590d
commit 04a3436a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 174 additions and 15 deletions

View file

@ -28,6 +28,9 @@ var (
"stackit": providerserver.NewProtocol6WithError(stackit.New("test-version")()),
}
// E2ETestsEnabled checks if end-to-end tests should be run.
// It is enabled when the TF_ACC environment variable is set to "1".
E2ETestsEnabled = os.Getenv("TF_ACC") == "1"
// OrganizationId is the id of organization used for tests
OrganizationId = os.Getenv("TF_ACC_ORGANIZATION_ID")
// ProjectId is the id of project used for tests