{ "version": 4, "terraform_version": "1.6.4", "serial": 489, "lineage": "e46c7522-e0c6-3328-7d3d-0bc46e473fde", "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-bab8780b78c9014e0", "ami": "ami-48d603bd", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-256d6c70"], "subnet_id": "subnet-cfabda54", "key_name": "prod-deploy-key" } } ] } ] }