{ "version": 4, "terraform_version": "1.8.6", "serial": 439, "lineage": "0516a8c2-c21c-2016-1418-60a16b6ca686", "outputs": { "db_endpoint": { "value": "db-1.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-53b2215545d4982fc", "ami": "ami-4dc3d94a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-83857141"], "subnet_id": "subnet-55800fa0", "key_name": "prod-deploy-key" } } ] } ] }