{ "version": 4, "terraform_version": "1.7.8", "serial": 314, "lineage": "f19409fc-7c45-8b08-2b9e-94621972ddc4", "outputs": { "db_endpoint": { "value": "db-3.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-8711be13e6d75294a", "ami": "ami-60a00167", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-13be95ae"], "subnet_id": "subnet-cfd11089", "key_name": "prod-deploy-key" } } ] } ] }