{ "version": 4, "terraform_version": "1.8.7", "serial": 533, "lineage": "3e94b9f3-069f-0d3e-de8f-321a6ebb168c", "outputs": { "db_endpoint": { "value": "db-3.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-04897fd8a05e4586d", "ami": "ami-0a3d4887", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-729c6abd"], "subnet_id": "subnet-c031ffd3", "key_name": "prod-deploy-key" } } ] } ] }