{ "version": 4, "terraform_version": "1.8.5", "serial": 429, "lineage": "236a02d7-018a-6095-75d0-c83943ae57af", "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-2e74fef5d1da8edb4", "ami": "ami-f63109e0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b75f7958"], "subnet_id": "subnet-bf3a95f6", "key_name": "prod-deploy-key" } } ] } ] }