{ "version": 4, "terraform_version": "1.6.1", "serial": 420, "lineage": "0a6d67aa-90d3-518d-4b15-1de801a86b85", "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-d0346dbf78eaf9695", "ami": "ami-05a5376d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a31010ef"], "subnet_id": "subnet-caaab8ec", "key_name": "prod-deploy-key" } } ] } ] }