{ "version": 4, "terraform_version": "1.8.5", "serial": 161, "lineage": "15994939-2981-3bca-3c0f-47c14fe4f6e3", "outputs": { "db_endpoint": { "value": "db-3.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-ddca20e6bb99a47b4", "ami": "ami-26df2fa5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-87fe4230"], "subnet_id": "subnet-d0261d0d", "key_name": "prod-deploy-key" } } ] } ] }