{ "version": 4, "terraform_version": "1.8.6", "serial": 244, "lineage": "6ceeb53b-eb06-176d-38ce-f9e21bc61608", "outputs": { "db_endpoint": { "value": "db-1.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-d4e6392871db73f9b", "ami": "ami-72b89399", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e2d2e6d4"], "subnet_id": "subnet-aed130ba", "key_name": "prod-deploy-key" } } ] } ] }