{ "version": 4, "terraform_version": "1.5.9", "serial": 546, "lineage": "f5d6407e-5ead-4b45-d99f-d3a5f32ef759", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-10eab2370765d5b81", "ami": "ami-f95ef99e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3ca7e628"], "subnet_id": "subnet-dd870220", "key_name": "prod-deploy-key" } } ] } ] }