{ "version": 4, "terraform_version": "1.8.5", "serial": 595, "lineage": "d4e8e944-ab99-e9ba-27d7-46b25193e71e", "outputs": { "db_endpoint": { "value": "db-2.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-cc21bbe40f2f1cce4", "ami": "ami-c2badfcd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5a289863"], "subnet_id": "subnet-91091c6d", "key_name": "prod-deploy-key" } } ] } ] }