Acceptance tests data changes (#81)

* Update minor versions

* Fix sgw acl

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
Henrique Santos 2023-10-12 14:42:45 +01:00 committed by GitHub
parent 0fb7d0d793
commit b02db190bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ var instanceResource = map[string]string{
"plan_name": "stackit-qa-rabbitmq-2.4.10-single",
"version": "3.10",
"sgw_acl_invalid": "1.2.3.4/4",
"sgw_acl_valid": "1.2.3.4/31",
"sgw_acl_valid": "192.168.0.0/16",
}
func resourceConfig(acls *string) string {