{ "version": 4, "terraform_version": "1.7.6", "serial": 386, "lineage": "287efb90-829f-60b8-ce40-93eb377a0eef", "outputs": { "db_endpoint": { "value": "db-0.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-4000e1a2368098bd7", "ami": "ami-dcd43a53", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-508a6fd7"], "subnet_id": "subnet-6d19e0c6", "key_name": "prod-deploy-key" } } ] } ] }