{ "version": 4, "terraform_version": "1.7.8", "serial": 165, "lineage": "b678f1d2-0c33-83c8-b7c9-3a9a56a50204", "outputs": { "db_endpoint": { "value": "db-2.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-e621cfa3e07d15c9c", "ami": "ami-472b31e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4a6af943"], "subnet_id": "subnet-1b01feb8", "key_name": "prod-deploy-key" } } ] } ] }