{ "version": 4, "terraform_version": "1.5.5", "serial": 267, "lineage": "3b0574f6-706c-d1da-7e18-133e52604388", "outputs": { "db_endpoint": { "value": "db-1.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-17255c93f07053cc5", "ami": "ami-082618c9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8c130cc6"], "subnet_id": "subnet-079a2ea6", "key_name": "prod-deploy-key" } } ] } ] }