{ "version": 4, "terraform_version": "1.7.7", "serial": 195, "lineage": "1e6a609f-6563-3f7a-c264-58d5a2e33d06", "outputs": { "db_endpoint": { "value": "db-4.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-b6a45af413be2b202", "ami": "ami-2270400e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-554e326a"], "subnet_id": "subnet-2d2aac0c", "key_name": "prod-deploy-key" } } ] } ] }