{ "version": 4, "terraform_version": "1.6.1", "serial": 539, "lineage": "dd64a414-2c9c-7659-0d42-bd0b83fe9c04", "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-d51a3361f55cfe7d5", "ami": "ami-c47ca62a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-02d493f6"], "subnet_id": "subnet-ffcae879", "key_name": "prod-deploy-key" } } ] } ] }