{ "version": 4, "terraform_version": "1.5.3", "serial": 120, "lineage": "5081b7be-e21f-70f3-cd8d-abae0b02ef5c", "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-1a4afd86ab897befd", "ami": "ami-2ac9129b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f0731e1f"], "subnet_id": "subnet-1a2da332", "key_name": "prod-deploy-key" } } ] } ] }