{ "version": 4, "terraform_version": "1.7.1", "serial": 537, "lineage": "81513e76-75f7-8e12-c5fc-c7efac4a2a95", "outputs": { "db_endpoint": { "value": "db-4.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-24847ec4b75f09f0e", "ami": "ami-9d1bb3e1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0ca760b4"], "subnet_id": "subnet-1fa11705", "key_name": "prod-deploy-key" } } ] } ] }