{ "version": 4, "terraform_version": "1.5.9", "serial": 159, "lineage": "3da7b898-6ba7-2d88-e8d8-4caf13ca34f6", "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-4bbd8b6a3677c146c", "ami": "ami-43eeee8c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4c74ef57"], "subnet_id": "subnet-b53235ba", "key_name": "prod-deploy-key" } } ] } ] }