{ "version": 4, "terraform_version": "1.8.8", "serial": 282, "lineage": "8f07b461-0c86-2d69-5a88-a7db40842f9d", "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-976223bc5c43bd712", "ami": "ami-90cc29bd", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a7b05bda"], "subnet_id": "subnet-8ad23441", "key_name": "prod-deploy-key" } } ] } ] }