{ "version": 4, "terraform_version": "1.8.8", "serial": 284, "lineage": "50d3be37-9370-7fe3-cbcf-4a13b16a48b6", "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-f5b29d1b564a68aa5", "ami": "ami-6254826c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f3d28363"], "subnet_id": "subnet-cd3b2b46", "key_name": "prod-deploy-key" } } ] } ] }