{ "version": 4, "terraform_version": "1.6.3", "serial": 222, "lineage": "1e18295e-02e5-8fd4-6c3e-392d18e2483b", "outputs": { "db_endpoint": { "value": "db-1.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-55f59412ea553bb98", "ami": "ami-d59158ca", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a4637672"], "subnet_id": "subnet-0ec35486", "key_name": "prod-deploy-key" } } ] } ] }