if!strings.Contains(stdout,"This provider is archived and no longer needed. The terraform_remote_state\ndata source is built into the latest Terraform release."){
t.Errorf("expected warning message is missing from output:\n%s",stdout)
if!strings.Contains(stderr,"This provider is archived and no longer needed. The terraform_remote_state\ndata source is built into the latest Terraform release."){
t.Errorf("expected warning message is missing from output:\n%s",stderr)