{ "version": 4, "terraform_version": "1.7.3", "serial": 163, "lineage": "c3abf297-3f55-89ed-275b-cc01fcf96e3e", "outputs": { "db_endpoint": { "value": "db-0.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-1ce6234a939f5dc99", "ami": "ami-8663d0c9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cc51aa50"], "subnet_id": "subnet-83b0e725", "key_name": "prod-deploy-key" } } ] } ] }