{ "version": 4, "terraform_version": "1.6.4", "serial": 448, "lineage": "3c0ee95f-6842-e9e0-60b7-d44fa32fac8e", "outputs": { "db_endpoint": { "value": "db-2.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-8dc374707e58e03fc", "ami": "ami-24f9ec86", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c2a7b9c"], "subnet_id": "subnet-a2d84f70", "key_name": "prod-deploy-key" } } ] } ] }