{ "version": 4, "terraform_version": "1.6.8", "serial": 107, "lineage": "d5c14df4-eea6-e733-1f79-d2aa083b12e4", "outputs": { "db_endpoint": { "value": "db-3.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-09c40e25426cce61c", "ami": "ami-58895fb0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4590307b"], "subnet_id": "subnet-14b41d1e", "key_name": "prod-deploy-key" } } ] } ] }