{ "version": 4, "terraform_version": "1.7.7", "serial": 121, "lineage": "f8376fde-72a4-8d49-8dd9-d8d8075b96c3", "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-f1f8b158b4666a9de", "ami": "ami-fdf61475", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0156bffa"], "subnet_id": "subnet-8309a117", "key_name": "prod-deploy-key" } } ] } ] }