{ "version": 4, "terraform_version": "1.5.7", "serial": 124, "lineage": "3f08b990-7658-8a7d-adef-b444e84a1501", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-7f250c482b8a3272d", "ami": "ami-b4d5e401", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9359c205"], "subnet_id": "subnet-2efbdf3e", "key_name": "prod-deploy-key" } } ] } ] }