{ "version": 4, "terraform_version": "1.7.4", "serial": 117, "lineage": "65035a6b-2f62-c8fd-45c4-b59b57d4b214", "outputs": { "db_endpoint": { "value": "db-2.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-090c7d41ae3716ac2", "ami": "ami-d3e83e18", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2c88beae"], "subnet_id": "subnet-3ecb2114", "key_name": "prod-deploy-key" } } ] } ] }