{ "version": 4, "terraform_version": "1.7.7", "serial": 477, "lineage": "55712969-3a0e-f878-55b9-baa52cad6e02", "outputs": { "db_endpoint": { "value": "db-0.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-378bc7455846a55df", "ami": "ami-b7e86079", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ada444ad"], "subnet_id": "subnet-aca18669", "key_name": "prod-deploy-key" } } ] } ] }