{ "version": 4, "terraform_version": "1.7.4", "serial": 449, "lineage": "033c249f-e112-660d-8665-80ab336c3d36", "outputs": { "db_endpoint": { "value": "db-2.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-55176644e8a0a5f4d", "ami": "ami-767f5bbc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa9ff2bf"], "subnet_id": "subnet-922e8a61", "key_name": "prod-deploy-key" } } ] } ] }