Skip to content

Re-activate me/sshKey resource and data#1224

Open
bigbigbang wants to merge 1 commit intomasterfrom
revert_me_ssh_key
Open

Re-activate me/sshKey resource and data#1224
bigbigbang wants to merge 1 commit intomasterfrom
revert_me_ssh_key

Conversation

@bigbigbang
Copy link
Contributor

@bigbigbang bigbigbang commented Feb 3, 2026

Description

Re-enable sshKey resource and data

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (improve existing resource(s) or datasource(s))
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A: make testacc TESTARGS="-run TestAccMeSshKeysDataSource_basic"
  • Test B: make testacc TESTARGS="-run TestAccMeSshKeyDataSource_basic"
  • Test C: make testacc TESTARGS="-run TestAccMeSshKey_basic"

Test Configuration:

  • Terraform version: terraform version: Terraform vx.y.z
  • Existing HCL configuration you used:
data "ovh_me_ssh_keys" "mykeys" {}

data "ovh_me_ssh_key" "mykey" {
  key_name = "desk"
}

resource "ovh_me_ssh_key" "test_terraform" {
  key_name = "test_terraform"
  key      = "ssh-rsa AAAAB3NzaC1yc2EAAAxxxxxxxxxxxxxxxxxxxxxxxxxx xx@xxx"
}

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or issues
  • I have added acceptance tests that prove my fix is effective or that my feature works
  • New and existing acceptance tests pass locally with my changes
  • I ran successfully go mod vendor if I added or modify go.mod file

@bigbigbang bigbigbang requested a review from a team as a code owner February 3, 2026 14:43
Signed-off-by: alexis.autret <alexis.autret@corp.ovh.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant