{ "version": 4, "terraform_version": "1.8.5", "serial": 297, "lineage": "2d11d095-2a3a-2bb7-4432-ce360477a979", "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-29b1e0efe77c2a9fb", "ami": "ami-368760a8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9cd75f2c"], "subnet_id": "subnet-a33e326b", "key_name": "prod-deploy-key" } } ] } ] }