{ "version": 4, "terraform_version": "1.6.0", "serial": 377, "lineage": "3b75de06-7c89-0d61-4c2e-52d8bbddd96e", "outputs": { "db_endpoint": { "value": "db-4.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-60ac12dcc6f242fcf", "ami": "ami-d598c312", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c330a2b2"], "subnet_id": "subnet-8a6c2402", "key_name": "prod-deploy-key" } } ] } ] }