{ "version": 4, "terraform_version": "1.7.3", "serial": 372, "lineage": "872f64f5-b4f1-7888-8dc5-5ed4a74ee48c", "outputs": { "db_endpoint": { "value": "db-3.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-b0d2f23fa3705c818", "ami": "ami-ae88749d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c1a921d0"], "subnet_id": "subnet-e9cef96f", "key_name": "prod-deploy-key" } } ] } ] }