{ "version": 4, "terraform_version": "1.8.1", "serial": 307, "lineage": "af727d71-84f2-2fb5-4abb-6ab1148f1fca", "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-1570da92c83fae077", "ami": "ami-24337cb6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a9482891"], "subnet_id": "subnet-80b17abd", "key_name": "prod-deploy-key" } } ] } ] }