fastly_user

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.

Example Usage

Basic usage:

resource "fastly_user" "demo" {
  login = "demo@example.com"
  name  = "Demo User"
}

Import

A Fastly User can be imported using their user ID, e.g.

$ terraform import fastly_user.demo xxxxxxxxxxxxxxxxxxxx

Schema

Required

Optional

Read-Only