{ "version": 4, "terraform_version": "1.8.1", "serial": 559, "lineage": "a5124cdf-4414-e978-d313-18302ac6bb69", "outputs": { "db_endpoint": { "value": "db-2.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-688d0d5f28f82cc7b", "ami": "ami-a93c6e72", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-92bae306"], "subnet_id": "subnet-0a6b70d7", "key_name": "prod-deploy-key" } } ] } ] }