{ "version": 4, "terraform_version": "1.8.5", "serial": 256, "lineage": "2a16473f-914d-5ee5-0fcf-bd5145bdc087", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-043090fcac77592b8", "ami": "ami-43e5dc3d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6f2d26a"], "subnet_id": "subnet-133ffa31", "key_name": "prod-deploy-key" } } ] } ] }