{ "version": 4, "terraform_version": "1.6.8", "serial": 237, "lineage": "3cf42b1d-a238-2181-7c3c-87c070d36530", "outputs": { "db_endpoint": { "value": "db-1.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-fb5de9a1d51d69298", "ami": "ami-834388d3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d3b09910"], "subnet_id": "subnet-0b31daee", "key_name": "prod-deploy-key" } } ] } ] }