{ "version": 4, "terraform_version": "1.6.3", "serial": 547, "lineage": "8ad502c0-d6f7-1c5e-b6b8-c021a2e34f95", "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-838a15899c1347345", "ami": "ami-956178a0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-994317db"], "subnet_id": "subnet-5e247e96", "key_name": "prod-deploy-key" } } ] } ] }