Skip to content

Commit 6174c49

Browse files
Revert "google_project Datasource project_id Validated (#6542)" (#6582) (#4704)
This reverts commit ae229f9d8516a08fecad47814fef0fd475cafb01. Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
1 parent 1da108e commit 6174c49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changelog/6582.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
project: Removed incorrect validation on `google_project` datasource
3+
```

google-beta/data_source_google_project.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ func dataSourceGoogleProject() *schema.Resource {
1212

1313
addOptionalFieldsToSchema(dsSchema, "project_id")
1414

15-
dsSchema["project_id"].ValidateFunc = validateProjectID()
1615
return &schema.Resource{
1716
Read: datasourceGoogleProjectRead,
1817
Schema: dsSchema,

0 commit comments

Comments
 (0)