{ "version": 4, "terraform_version": "1.7.1", "serial": 432, "lineage": "4e3d71d7-4fb1-8879-2f9c-31c76ce587cb", "outputs": { "db_endpoint": { "value": "db-3.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-4c17cc39f46f384d6", "ami": "ami-3d3fc496", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-573f22b1"], "subnet_id": "subnet-08cdb6cf", "key_name": "prod-deploy-key" } } ] } ] }