{ "version": 4, "terraform_version": "1.5.7", "serial": 266, "lineage": "ee881dc9-86b2-c0ab-4f80-68d26690e884", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e6275febc63d1b699", "ami": "ami-70c3f22f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b39db4bf"], "subnet_id": "subnet-91aac24d", "key_name": "prod-deploy-key" } } ] } ] }