{ "version": 4, "terraform_version": "1.8.8", "serial": 312, "lineage": "ded2b6ef-999b-4523-6c6d-2fc24c8c4b66", "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-8251e7babea3a0475", "ami": "ami-2c690d6b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6a2b9828"], "subnet_id": "subnet-18f6800c", "key_name": "prod-deploy-key" } } ] } ] }