{ "version": 4, "terraform_version": "1.8.1", "serial": 387, "lineage": "9af659c3-20fd-d25d-ec70-636d6da11d2d", "outputs": { "db_endpoint": { "value": "db-4.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-2923c8cf924e697c7", "ami": "ami-bdc03056", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e034373c"], "subnet_id": "subnet-b05bf9d5", "key_name": "prod-deploy-key" } } ] } ] }