{ "version": 4, "terraform_version": "1.7.2", "serial": 515, "lineage": "69a75705-9aad-8c44-8ce5-00a1f38c91e3", "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-1ab5774461bdb2dc1", "ami": "ami-8d80fdf6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e5abe2ea"], "subnet_id": "subnet-fa188096", "key_name": "prod-deploy-key" } } ] } ] }