{ "version": 4, "terraform_version": "1.5.2", "serial": 383, "lineage": "b5f28e58-2d26-6b89-9219-44be24a532d7", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-6a5b15c4611527d05", "ami": "ami-c5e8b748", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-33964cf8"], "subnet_id": "subnet-428ae736", "key_name": "prod-deploy-key" } } ] } ] }