{ "version": 4, "terraform_version": "1.6.0", "serial": 192, "lineage": "8cdadc66-c370-a201-f896-6468b1261c21", "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-b5c31d9259eb4c3b7", "ami": "ami-467ecf3d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-44f45011"], "subnet_id": "subnet-82f5be23", "key_name": "prod-deploy-key" } } ] } ] }