Skip to content

Commit

Permalink
Remove slashes from datasource names in docs (GoogleCloudPlatform#11976)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and amanMahendroo committed Dec 17, 2024
1 parent 5779ab3 commit f455ca3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |-
Get information about a Docker Image within a Google Artifact Registry Repository.
---

# google\_artifact\_registry\_docker\_image
# google_artifact_registry_docker_image

This data source fetches information from a provided Artifact Registry repository, including the fully qualified name and URI for an image, based on a the latest version of image name and optional digest or tag.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |-
User workloads ConfigMap used by Airflow tasks that run with Kubernetes Executor or KubernetesPodOperator.
---

# google\_composer\_user\_workloads\_config\_map
# google_composer_user_workloads_config_map

Provides access to Kubernetes ConfigMap configuration for a given project, region and Composer Environment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |-
User workloads Secret used by Airflow tasks that run with Kubernetes Executor or KubernetesPodOperator.
---

# google\_composer\_user\_workloads\_secret
# google_composer_user_workloads_secret

Provides access to Kubernetes Secret configuration for a given project, region and Composer Environment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |-
Get a global forwarding rule within GCE.
---

# google_compute_global_\forwarding_rule
# google_compute_global_forwarding_rule

Get a global forwarding rule within GCE from its name.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |-
Get a Compute Region Instance Group within GCE.
---

# google\_compute\_region\_instance\_group\_manager
# google_compute_region_instance_group_manager

Get a Compute Region Instance Group Manager within GCE.
For more information, see [the official documentation](https://cloud.google.com/compute/docs/instance-groups/distributing-instances-with-regional-instance-groups)
Expand Down Expand Up @@ -35,4 +35,4 @@ The following arguments are supported:

## Attributes Reference

See [google_compute_region_instance_group_manager](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_region_instance_group_manager) resource for details of all the available attributes.
See [google_compute_region_instance_group_manager](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_region_instance_group_manager) resource for details of all the available attributes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |-
Get subnetworks within GCE.
---

# google\_compute\_subnetworks
# google_compute_subnetworks

Get subnetworks within GCE.
See [the official documentation](https://cloud.google.com/vpc/docs/subnets)
Expand Down

0 comments on commit f455ca3

Please sign in to comment.