chore(docs): update links to new STACKIT docs (#1085)
relates to STACKITTPR-450
This commit is contained in:
parent
8a609d4ab8
commit
0c2f087ce6
20 changed files with 41 additions and 41 deletions
|
|
@ -112,7 +112,7 @@ func (r *serverDataSource) Schema(_ context.Context, _ datasource.SchemaRequest,
|
|||
Computed: true,
|
||||
},
|
||||
"machine_type": schema.StringAttribute{
|
||||
MarkdownDescription: "Name of the type of the machine for the server. Possible values are documented in [Virtual machine flavors](https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html)",
|
||||
MarkdownDescription: "Name of the type of the machine for the server. Possible values are documented in [Virtual machine flavors](https://docs.stackit.cloud/products/compute-engine/server/basics/machine-types/)",
|
||||
Computed: true,
|
||||
},
|
||||
"availability_zone": schema.StringAttribute{
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@ func (r *serverResource) Schema(_ context.Context, _ resource.SchemaRequest, res
|
|||
},
|
||||
},
|
||||
"machine_type": schema.StringAttribute{
|
||||
MarkdownDescription: "Name of the type of the machine for the server. Possible values are documented in [Virtual machine flavors](https://docs.stackit.cloud/stackit/en/virtual-machine-flavors-75137231.html)",
|
||||
MarkdownDescription: "Name of the type of the machine for the server. Possible values are documented in [Virtual machine flavors](https://docs.stackit.cloud/products/compute-engine/server/basics/machine-types/)",
|
||||
Required: true,
|
||||
Validators: []validator.String{
|
||||
stringvalidator.LengthAtLeast(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue