{ "version": 4, "terraform_version": "1.7.5", "serial": 136, "lineage": "69a6768d-f41b-d649-ea71-694f32b9a36e", "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-ba5bd69393766ed15", "ami": "ami-2bf62c4a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-48b2a9f5"], "subnet_id": "subnet-8739299c", "key_name": "prod-deploy-key" } } ] } ] }