Skip to content

Commit

Permalink
Add changelog entry and fix linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Julien DOCHE <julien.doche@datadoghq.com>
  • Loading branch information
St0rmingBr4in committed Nov 2, 2022
1 parent 95f8e9b commit c9d9a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1802.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
The kubernetes status field is now available in the `kubernetes_resource` datasource
```
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func TestDataSourceKubernetesResourceStatus_Deployment(t *testing.T) {
tf.Init(ctx)
tf.Apply(ctx)


k8shelper.AssertNamespacedResourceExists(t, "apps/v1", "deployments", namespace, name)

state, err := tf.State(ctx)
Expand Down

0 comments on commit c9d9a32

Please # to comment.