Documentation ¶
Index ¶
- Constants
- func Dump(d *diag.Diagnostics, body []byte)
- func EnvironmentInfo(u env.EnvironmentURLs) string
- func GetAcceptanceTestsProjectID() string
- func ShouldAccTestRun(runFlag bool) bool
- func Timeouts(ctx context.Context, opts timeouts.Opts) schema.SingleNestedAttribute
- func ToString(ctx context.Context, v attr.Value) (string, error)
Constants ¶
View Source
const ( // Acceptance tests constants // https://portal.stackit.cloud/projects/8a2d2862-ac85-4084-8144-4c72d92ddcdd/dashboard ACC_TEST_PROJECT_ID = "8a2d2862-ac85-4084-8144-4c72d92ddcdd" // errors ERR_UNEXPECTED_EOF = "unexpected EOF" )
Variables ¶
This section is empty.
Functions ¶
func Dump ¶ added in v1.17.1
func Dump(d *diag.Diagnostics, body []byte)
func EnvironmentInfo ¶ added in v1.11.10
func EnvironmentInfo(u env.EnvironmentURLs) string
func GetAcceptanceTestsProjectID ¶ added in v1.8.0
func GetAcceptanceTestsProjectID() string
GetAcceptanceTestsProjectID returns the project ID for acceptance test can be overridden by setting ACC_TEST_PROJECT_ID
func ShouldAccTestRun ¶ added in v0.2.0
ShouldAccTestRun returns true of the provided flag is true or if an env variable ACC_TEST_CI has any value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.