chore(iaas): remove deprecated machine flavors (#966)
This commit is contained in:
parent
9c319584a5
commit
64787fff67
14 changed files with 37 additions and 38 deletions
|
|
@ -3,7 +3,6 @@ package keypair
|
|||
const exampleUsageWithServer = `
|
||||
|
||||
### Usage with server` + "\n" +
|
||||
|
||||
"```terraform" + `
|
||||
resource "stackit_key_pair" "keypair" {
|
||||
name = "example-key-pair"
|
||||
|
|
@ -19,7 +18,7 @@ resource "stackit_server" "example-server" {
|
|||
source_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
}
|
||||
availability_zone = "eu01-1"
|
||||
machine_type = "g1.1"
|
||||
machine_type = "g2i.1"
|
||||
keypair_name = "example-key-pair"
|
||||
}
|
||||
` + "\n```"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue