{ "version": 4, "terraform_version": "1.5.0", "serial": 582, "lineage": "5e5cfc64-ab37-dce7-de30-4f7fcae32ca8", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4f1f1a41195e11af2", "ami": "ami-79369c7a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-dcb9d8d1"], "subnet_id": "subnet-f4283923", "key_name": "prod-deploy-key" } } ] } ] }