Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for dedibox server #2670

Open
remyleone opened this issue Jul 30, 2024 · 0 comments
Open

Add support for dedibox server #2670

remyleone opened this issue Jul 30, 2024 · 0 comments
Assignees
Labels
dedibox Dedibox issues, bugs and feature requests enhancement priority:high New features

Comments

@remyleone
Copy link
Member

data scaleway_dedibox_offer main {
    name = " Start-2-S-SSD"
}

resource scaleway_dedibox_server main {
    name = "foobar"
    offer_id = data.scaleway_dedibox_offer.main.id
    zone = "fr-par-1"
    options_ids = [
        data.scaleway_dedibox_server_options.main.id,
    ]
}
@remyleone remyleone added enhancement priority:high New features dedibox Dedibox issues, bugs and feature requests labels Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dedibox Dedibox issues, bugs and feature requests enhancement priority:high New features
Projects
None yet
Development

No branches or pull requests

2 participants