{ "version": 4, "terraform_version": "1.8.4", "serial": 590, "lineage": "8d8d8f6a-01b9-abca-4cb8-bbae511dc143", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b225ed9cc0c9051ff", "ami": "ami-c91a8b79", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-25d643b9"], "subnet_id": "subnet-ee97142c", "key_name": "prod-deploy-key" } } ] } ] }