scaleway / terraform-provider-scaleway

Terraform Scaleway provider

Home Page:https://www.terraform.io/docs/providers/scaleway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

core: add test for GetRawConfigForKey

Mia-Cross opened this issue · comments

The test contained in the original PR used to rely on the rdb_instance resource, but that cannot be the case anymore because it would cause an import cycle.

A solution would be to create a mock resource resembling rdb, like we do in the CLI with mock commands to test general features.