{ "version": 4, "terraform_version": "1.8.5", "serial": 384, "lineage": "c637df95-8b4d-1177-f8e0-c667038c744f", "outputs": { "db_endpoint": { "value": "db-1.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-d28c58ea24c3a3f06", "ami": "ami-75ced174", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fab7550d"], "subnet_id": "subnet-fa550947", "key_name": "prod-deploy-key" } } ] } ] }