Skip to content

Commit 0b3d2b1

Browse files
committed
version date formatting issue fix
1 parent 67c2b53 commit 0b3d2b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data_source_obmcs_identity_policies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func (s *IdentityPolicyDatasourceCrud) SetData() {
8080
"time_created": v.TimeCreated.String(),
8181
"state": v.State,
8282
"inactive_state": v.InactiveStatus,
83-
"version_date": v.VersionDate.String(),
83+
"version_date": v.VersionDate,
8484
}
8585
resources = append(resources, res)
8686
}

vendor/github.com/oracle/bmcs-go-sdk/identity_policy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)