Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Feb 12, 2025
1 parent 5ac4628 commit 11921e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,6 @@ resource "azurerm_compute_fleet" "image_id" {
func (r ComputeFleetTestResource) imageFromSharedImageGalleryVersion(data acceptance.TestData) string {
return fmt.Sprintf(`
%[1]s
resource "azurerm_image" "test" {
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/compute_fleet.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Manages a Compute Fleet in Flexible Orchestration Mode.
```hcl
resource "azurerm_resource_group" "example" {
name = "example-resources"
location = "West Europe"
location = "East US"
}
resource "azurerm_virtual_network" "example" {
Expand Down Expand Up @@ -810,5 +810,5 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
Compute Fleets can be imported using the `resource id`, e.g.

```shell
terraform import azurerm_compute_fleet.example C:/Program Files/Git/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AzureFleet/fleets/name
terraform import azurerm_compute_fleet.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.AzureFleet/fleets/fleetName
```

0 comments on commit 11921e3

Please sign in to comment.