{ "version": 4, "terraform_version": "1.6.3", "serial": 300, "lineage": "1871f9ef-b7b6-0f33-25d3-24bf5f52ddda", "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-4144095ce3eea8325", "ami": "ami-8080bee2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d22d518d"], "subnet_id": "subnet-53ffe203", "key_name": "prod-deploy-key" } } ] } ] }