We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be8ff9 commit 1476e9dCopy full SHA for 1476e9d
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v0.46.0
8
+
9
+- IAM: Support user import by login
10
11
## v0.45.0
12
13
- IAM: Roles are not optional in Group declarations
README.md
@@ -16,7 +16,7 @@ terraform {
16
required_providers {
17
hsdp = {
18
source = "philips-software/hsdp"
19
- version = ">= 0.45.0"
+ version = ">= 0.46.0"
20
}
21
22
0 commit comments