{ "version": 4, "terraform_version": "1.5.1", "serial": 249, "lineage": "d808ebc5-ad10-6a00-3ce5-2547025ac086", "outputs": { "db_endpoint": { "value": "db-0.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-6e1cb5671ee30d8cc", "ami": "ami-7bcc4fec", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4ae7f390"], "subnet_id": "subnet-b50f807a", "key_name": "prod-deploy-key" } } ] } ] }