{ "version": 4, "terraform_version": "1.5.6", "serial": 328, "lineage": "1ea72aaa-1955-365a-cd79-a3c2ab7fa120", "outputs": { "db_endpoint": { "value": "db-1.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-3e72862ef5d575967", "ami": "ami-ad7219e6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-29816053"], "subnet_id": "subnet-4e3fbbb4", "key_name": "prod-deploy-key" } } ] } ] }