{ "version": 4, "terraform_version": "1.7.0", "serial": 223, "lineage": "c8f5b5ff-82e8-2a8f-e219-adca66e06410", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-1fc32443127bc241e", "ami": "ami-26b61b28", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b5973bad"], "subnet_id": "subnet-d3810b42", "key_name": "prod-deploy-key" } } ] } ] }