Skip to content

Commit

Permalink
Fix examples and remove load test (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhristovski authored Oct 10, 2024
1 parent b36cca7 commit fa85960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 79 deletions.
75 changes: 0 additions & 75 deletions examples/load-test/main.tf

This file was deleted.

8 changes: 4 additions & 4 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
docker = {
source = "docker/docker"
version = "~>1.0"
version = "~> 0.2"
}
}

Expand All @@ -23,9 +23,9 @@ resource "docker_org_team" "terraform-team" {

# Team association
resource "docker_org_team_member" "example_association" {
org_name = "dockerterraform"
team_name = resource.docker_org_team.terraform-team.team_name
user_names = ["forrestloomis371", "username-placeholder"]
org_name = "dockerterraform"
team_name = resource.docker_org_team.terraform-team.team_name
user_name = "username-placeholder"
}

# Create repository
Expand Down

0 comments on commit fa85960

Please sign in to comment.