Provides a Fastly User, representing the configuration for a user account for interacting with Fastly.
The User resource requires a login and name, and optionally a role.
Basic usage:
resource "fastly_user" "demo" {
login = "demo@example.com"
name = "Demo User"
}
A Fastly User can be imported using their user ID, e.g.
$ terraform import fastly_user.demo xxxxxxxxxxxxxxxxxxxx
login
(String) The email address, which is the login name, of the Username
(String) The real life name of the userrole
(String) The role of this user. Can be user
(the default), billing
, engineer
, or superuser
. For detailed information on the abilities granted to each role, see Fastly's Documentation on User rolesid
(String) The ID of this resource.