{ "version": 4, "terraform_version": "1.8.3", "serial": 114, "lineage": "3e2e839d-54d0-7c06-d7e4-6774e1cdd85a", "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-3bc2fbe04a7d757d8", "ami": "ami-05124650", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8d260b75"], "subnet_id": "subnet-fb8b784f", "key_name": "prod-deploy-key" } } ] } ] }